#75243A
A dark, moderate magenta closely aligning with Brown.
About #75243A
Visually, #75243A is defined as a moderate magenta. 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, 36, and 58.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 69% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75243A
RGB117, 36, 58
HSL343.7°, 52.9%, 30.0%
CMYK0%, 69%, 50%, 54%
HSV343.7°, 69.2%, 45.9%
LAB27.7, 37.2, 5.8
XYZ8.7, 5.3, 4.6
Decimal7676986
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.15:1
Text on #FFFFFF
AAA
2.07:1
Text on #000000
FAIL
9.70:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75243A;
}
.text-color {
color: #75243A;
}
.border-color {
border: 2px solid #75243A;
}