#5F0F24
A dark, vivid magenta closely aligning with Brown.
About #5F0F24
At its core, #5F0F24 is a dark and vivid hue. Designers often compare it to the standard color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 15, and 36.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 84% magenta, 62% yellow, and 63% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F0F24
RGB95, 15, 36
HSL344.2°, 72.7%, 21.6%
CMYK0%, 84%, 62%, 63%
HSV344.2°, 84.2%, 37.3%
LAB19.6, 36.3, 9.1
XYZ5.2, 2.9, 2.0
Decimal6229796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.29:1
Text on #FFFFFF
AAA
1.58:1
Text on #000000
FAIL
12.70:1
Text on #F8FAFC
AAA
1.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F24;
}
.text-color {
color: #5F0F24;
}
.border-color {
border: 2px solid #5F0F24;
}