#66160F
A dark, vivid red closely aligning with Maroon.
About #66160F
At its core, #66160F is a dark and vivid hue. It is closely associated with the named CSS color Maroon. This translates to an RGB value of rgb(102, 22, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 78% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66160F
RGB102, 22, 15
HSL4.8°, 74.4%, 22.9%
CMYK0%, 78%, 85%, 60%
HSV4.8°, 85.3%, 40.0%
LAB21.7, 34.9, 25.9
XYZ5.9, 3.4, 0.8
Decimal6690319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.45:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.90:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66160F;
}
.text-color {
color: #66160F;
}
.border-color {
border: 2px solid #66160F;
}