#7C072C
A dark, vivid magenta closely aligning with Brown.
About #7C072C
At its core, #7C072C is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 7, and 44.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 94% magenta, 65% yellow, and 51% black. With a hue angle of 341.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7C072C
RGB124, 7, 44
HSL341.0°, 89.3%, 25.7%
CMYK0%, 94%, 65%, 51%
HSV341.0°, 94.4%, 48.6%
LAB25.6, 47.2, 12.7
XYZ8.8, 4.6, 2.8
Decimal8128300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.92:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.43:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C072C;
}
.text-color {
color: #7C072C;
}
.border-color {
border: 2px solid #7C072C;
}