Shades of Mahogany #D42A32
Tints of Mahogany #D42A32
RGB
CMYK
RGB Variations
Color information
#D42A32 (or 0xD42A32) is known color: Mahogany. HEX triplet: D4, 2A and 32. RGB value is (212,42,50). Sum of RGB (Red+Green+Blue) = 212+42+50=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42A32 is #2BD5CD. Grayscale: #5D5D5D. Windows color (decimal): -2872782 or 3287764. OLE color: 3287764.
HSL color Cylindrical-coordinate representation of color #D42A32: hue angle of 357.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42A32 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 50 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.17 |
| HSL | 357.18º | 0.67% | 0.5% | - |
| HSV(B) | 357.18º | 0.8% | 0.83% | - |
| XYZ | 28.56 | 15.88 | 4.58 | - |
| YUV | 93.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 50 | 0 | 0.80 | 0.76 | 0.17 | 357.18 | 0.67 | 0.5 |
| Hex | D4 | 2A | 32 | 0 | 50 | 4C | 11 | 165 | 43 | 32 |
| Octal | 324 | 52 | 62 | 0 | 120 | 114 | 21 | 545 | 103 | 62 |
| Binary | 11010100 | 101010 | 110010 | 0 | 1010000 | 1001100 | 10001 | 101100101 | 1000011 | 110010 |
Color Harmonies of #D42A32
Complementary color
Monochromatic Colors of #D42A32
Black with #D42A32
Text Example
Text Example
White with #D42A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A32; }
p { color: rgb(212,42,50); }
H1.HeaderClassName
{
color: #D42A32;
}
.AnyTagClassName
{
color: #D42A32;
}
</style>
background-color css
<style>
a { background-color: #D42A32; }
a { background-color: rgb(212,42,50); }
div.DivClassName
{
background-color: #D42A32;
}
.BgClassName
{
background-color: #D42A32;
}
</style>
border-color css
<style>
span { border-color: #D42A32; }
span { border-color: rgb(212,42,50); }
td.TdClassName
{
border-color: #D42A32;
}
.TagClassName
{
border-color: #D42A32;
}
</style>