#750F3A
A dark, vivid magenta closely aligning with Brown.
About #750F3A
When working with digital screens, the color #750F3A is rendered by mixing light. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 117 red, 15 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 87% magenta, 50% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#750F3A
RGB117, 15, 58
HSL334.7°, 77.3%, 25.9%
CMYK0%, 87%, 50%, 54%
HSV334.7°, 87.2%, 45.9%
LAB25.0, 44.7, 2.0
XYZ8.3, 4.4, 4.4
Decimal7671610
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.14:1
Text on #FFFFFF
AAA
1.89:1
Text on #000000
FAIL
10.64:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750F3A;
}
.text-color {
color: #750F3A;
}
.border-color {
border: 2px solid #750F3A;
}