#751D3A
A dark, moderate magenta closely aligning with Brown.
About #751D3A
Visually, #751D3A is defined as a moderate magenta. It is closely associated with the named CSS color Brown. Its digital footprint relies on 117 parts red, 29 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 75% M, 50% Y, and 54% K. With a hue angle of 340.2 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#751D3A
RGB117, 29, 58
HSL340.2°, 60.3%, 28.6%
CMYK0%, 75%, 50%, 54%
HSV340.2°, 75.2%, 45.9%
LAB26.6, 40.2, 4.3
XYZ8.5, 5.0, 4.5
Decimal7675194
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.54:1
Text on #FFFFFF
AAA
1.99:1
Text on #000000
FAIL
10.07:1
Text on #F8FAFC
AAA
1.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751D3A;
}
.text-color {
color: #751D3A;
}
.border-color {
border: 2px solid #751D3A;
}