Shades of Mahogany #D02D31
Tints of Mahogany #D02D31
RGB
CMYK
RGB Variations
Color information
#D02D31 (or 0xD02D31) is known color: Mahogany. HEX triplet: D0, 2D and 31. RGB value is (208,45,49). Sum of RGB (Red+Green+Blue) = 208+45+49=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D31 is #2FD2CE. Grayscale: #5E5E5E. Windows color (decimal): -3134159 or 3222992. OLE color: 3222992.
HSL color Cylindrical-coordinate representation of color #D02D31: hue angle of 358.53º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D31 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 49 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.18 |
| HSL | 358.53º | 0.64% | 0.5% | - |
| HSV(B) | 358.53º | 0.78% | 0.82% | - |
| XYZ | 27.51 | 15.51 | 4.45 | - |
| YUV | 94.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 49 | 0 | 0.78 | 0.76 | 0.18 | 358.53 | 0.64 | 0.5 |
| Hex | D0 | 2D | 31 | 0 | 4E | 4C | 12 | 167 | 40 | 32 |
| Octal | 320 | 55 | 61 | 0 | 116 | 114 | 22 | 547 | 100 | 62 |
| Binary | 11010000 | 101101 | 110001 | 0 | 1001110 | 1001100 | 10010 | 101100111 | 1000000 | 110010 |
Color Harmonies of #D02D31
Complementary color
Monochromatic Colors of #D02D31
Black with #D02D31
Text Example
Text Example
White with #D02D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D31; }
p { color: rgb(208,45,49); }
H1.HeaderClassName
{
color: #D02D31;
}
.AnyTagClassName
{
color: #D02D31;
}
</style>
background-color css
<style>
a { background-color: #D02D31; }
a { background-color: rgb(208,45,49); }
div.DivClassName
{
background-color: #D02D31;
}
.BgClassName
{
background-color: #D02D31;
}
</style>
border-color css
<style>
span { border-color: #D02D31; }
span { border-color: rgb(208,45,49); }
td.TdClassName
{
border-color: #D02D31;
}
.TagClassName
{
border-color: #D02D31;
}
</style>