#501607
A very dark, vivid red closely aligning with Saddlebrown.
About #501607
At its core, #501607 is a very dark and vivid hue. It is closely associated with the named CSS color Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 22, and 7.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 72% Magenta, 91% Yellow, and 69% Black. The HSL representation is 12.3° hue, 83.9% saturation, and 17.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#501607
RGB80, 22, 7
HSL12.3°, 83.9%, 17.1%
CMYK0%, 72%, 91%, 69%
HSV12.3°, 91.2%, 31.4%
LAB17.0, 26.4, 22.8
XYZ3.6, 2.3, 0.5
Decimal5248519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.39:1
Text on #FFFFFF
AAA
1.46:1
Text on #000000
FAIL
13.76:1
Text on #F8FAFC
AAA
1.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #501607;
}
.text-color {
color: #501607;
}
.border-color {
border: 2px solid #501607;
}