Shades of Mahogany #D02A32
Tints of Mahogany #D02A32
RGB
CMYK
RGB Variations
Color information
#D02A32 (or 0xD02A32) is known color: Mahogany. HEX triplet: D0, 2A and 32. RGB value is (208,42,50). Sum of RGB (Red+Green+Blue) = 208+42+50=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A32 is #2FD5CD. Grayscale: #5C5C5C. Windows color (decimal): -3134926 or 3287760. OLE color: 3287760.
HSL color Cylindrical-coordinate representation of color #D02A32: hue angle of 357.11º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02A32 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 50 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.18 |
| HSL | 357.11º | 0.66% | 0.49% | - |
| HSV(B) | 357.11º | 0.8% | 0.82% | - |
| XYZ | 27.42 | 15.3 | 4.53 | - |
| YUV | 92.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 50 | 0 | 0.80 | 0.76 | 0.18 | 357.11 | 0.66 | 0.49 |
| Hex | D0 | 2A | 32 | 0 | 50 | 4C | 12 | 165 | 42 | 31 |
| Octal | 320 | 52 | 62 | 0 | 120 | 114 | 22 | 545 | 102 | 61 |
| Binary | 11010000 | 101010 | 110010 | 0 | 1010000 | 1001100 | 10010 | 101100101 | 1000010 | 110001 |
Color Harmonies of #D02A32
Complementary color
Monochromatic Colors of #D02A32
Black with #D02A32
Text Example
Text Example
White with #D02A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A32; }
p { color: rgb(208,42,50); }
H1.HeaderClassName
{
color: #D02A32;
}
.AnyTagClassName
{
color: #D02A32;
}
</style>
background-color css
<style>
a { background-color: #D02A32; }
a { background-color: rgb(208,42,50); }
div.DivClassName
{
background-color: #D02A32;
}
.BgClassName
{
background-color: #D02A32;
}
</style>
border-color css
<style>
span { border-color: #D02A32; }
span { border-color: rgb(208,42,50); }
td.TdClassName
{
border-color: #D02A32;
}
.TagClassName
{
border-color: #D02A32;
}
</style>