#750024
A dark, vivid magenta closely aligning with Brown.
About #750024
At its core, #750024 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Brown. In the RGB color space, it consists of 117 red, 0 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 69% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#750024
RGB117, 0, 36
HSL341.5°, 100.0%, 22.9%
CMYK0%, 100%, 69%, 54%
HSV341.5°, 100.0%, 45.9%
LAB23.4, 46.2, 14.9
XYZ7.7, 3.9, 2.0
Decimal7667748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.79:1
Text on #FFFFFF
AAA
1.78:1
Text on #000000
FAIL
11.26:1
Text on #F8FAFC
AAA
1.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750024;
}
.text-color {
color: #750024;
}
.border-color {
border: 2px solid #750024;
}