#750F2C
A dark, vivid magenta closely aligning with Brown.
About #750F2C
At its core, #750F2C 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 117, 15, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 87% M, 62% Y, and 54% K. The HSL representation is 342.9° hue, 77.3% saturation, and 25.9% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#750F2C
RGB117, 15, 44
HSL342.9°, 77.3%, 25.9%
CMYK0%, 87%, 62%, 54%
HSV342.9°, 87.2%, 45.9%
LAB24.7, 43.5, 11.1
XYZ8.0, 4.3, 2.8
Decimal7671596
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.28:1
Text on #FFFFFF
AAA
1.86:1
Text on #000000
FAIL
10.78:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750F2C;
}
.text-color {
color: #750F2C;
}
.border-color {
border: 2px solid #750F2C;
}