#661D1D
A dark, moderate red closely aligning with Maroon.
About #661D1D
The precise color #661D1D is an excellent choice for modern design projects. It is closely associated with the named CSS color Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 29, and 29.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 72% M, 72% Y, and 60% K. The HSL representation is 0.0° hue, 55.7% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#661D1D
RGB102, 29, 29
HSL0.0°, 55.7%, 25.7%
CMYK0%, 72%, 72%, 60%
HSV0.0°, 71.6%, 40.0%
LAB23.0, 32.6, 18.5
XYZ6.1, 3.8, 1.6
Decimal6692125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.94:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.41:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661D1D;
}
.text-color {
color: #661D1D;
}
.border-color {
border: 2px solid #661D1D;
}