Explore the base color
Review HEX, RGB, HSL, and HSV for maroon, then browse shades, tints, tones, and hues.
Maroon color codes for #800000 — HEX, RGB, HSL, HSV, shades, named maroons, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for maroon, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named maroon shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleMaroon feels academic and classic—common for brands that want warmth without neon red.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--maroon: #800000;
--maroon-soft: #cd5c5c;
--maroon-ink: #5c0000;
}
.banner {
background-color: var(--maroon);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| maroon | #800000 | 128, 0, 0 | Base keyword |
| red | #FF0000 | 255, 0, 0 | Named shade |
| darkred | #8B0000 | 139, 0, 0 | Dark shade |
| brown | #A52A2A | 165, 42, 42 | Named shade |
| firebrick | #B22222 | 178, 34, 34 | Named shade |
| indianred | #CD5C5C | 205, 92, 92 | Named shade |
| crimson | #DC143C | 220, 20, 60 | Named shade |
| darksalmon | #E9967A | 233, 150, 122 | Dark shade |
| lightcoral | #F08080 | 240, 128, 128 | Light tint |
| salmon | #FA8072 | 250, 128, 114 | Named shade |
Key distinctions behind the tool.
The CSS named color maroon is #800000, equal to rgb(128, 0, 0) and hsl(0°, 100%, 25%).
Maroon is half-intensity dark red. Pure red is brighter and more attention-grabbing.
Cream, gold, and soft gray suit maroon. Avoid stacking with other dark reds without enough contrast. Always check text contrast.
Maroon on white often reads well for headings; check contrast if you place light text on maroon backgrounds.
Use color: maroon;, color: #800000;, or color: rgb(128, 0, 0); on any property that accepts a <color> value, including background-color and border-color.