Shades of Mahogany #D02A31
Tints of Mahogany #D02A31
RGB
CMYK
RGB Variations
Color information
#D02A31 (or 0xD02A31) is known color: Mahogany. HEX triplet: D0, 2A and 31. RGB value is (208,42,49). Sum of RGB (Red+Green+Blue) = 208+42+49=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A31 is #2FD5CE. Grayscale: #5C5C5C. Windows color (decimal): -3134927 or 3222224. OLE color: 3222224.
HSL color Cylindrical-coordinate representation of color #D02A31: hue angle of 357.47º 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 #D02A31 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 49 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.18 |
| HSL | 357.47º | 0.66% | 0.49% | - |
| HSV(B) | 357.47º | 0.8% | 0.82% | - |
| XYZ | 27.39 | 15.29 | 4.41 | - |
| YUV | 92.43 | 103.5 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 49 | 0 | 0.80 | 0.76 | 0.18 | 357.47 | 0.66 | 0.49 |
| Hex | D0 | 2A | 31 | 0 | 50 | 4C | 12 | 165 | 42 | 31 |
| Octal | 320 | 52 | 61 | 0 | 120 | 114 | 22 | 545 | 102 | 61 |
| Binary | 11010000 | 101010 | 110001 | 0 | 1010000 | 1001100 | 10010 | 101100101 | 1000010 | 110001 |
Color Harmonies of #D02A31
Complementary color
Monochromatic Colors of #D02A31
Black with #D02A31
Text Example
Text Example
White with #D02A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A31; }
p { color: rgb(208,42,49); }
H1.HeaderClassName
{
color: #D02A31;
}
.AnyTagClassName
{
color: #D02A31;
}
</style>
background-color css
<style>
a { background-color: #D02A31; }
a { background-color: rgb(208,42,49); }
div.DivClassName
{
background-color: #D02A31;
}
.BgClassName
{
background-color: #D02A31;
}
</style>
border-color css
<style>
span { border-color: #D02A31; }
span { border-color: rgb(208,42,49); }
td.TdClassName
{
border-color: #D02A31;
}
.TagClassName
{
border-color: #D02A31;
}
</style>