Shades of Mahogany #D02B31
Tints of Mahogany #D02B31
RGB
CMYK
RGB Variations
Color information
#D02B31 (or 0xD02B31) is known color: Mahogany. HEX triplet: D0, 2B and 31. RGB value is (208,43,49). Sum of RGB (Red+Green+Blue) = 208+43+49=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02B31 is #2FD4CE. Grayscale: #5D5D5D. Windows color (decimal): -3134671 or 3222480. OLE color: 3222480.
HSL color Cylindrical-coordinate representation of color #D02B31: hue angle of 357.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02B31 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 49 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.18 |
| HSL | 357.82º | 0.66% | 0.49% | - |
| HSV(B) | 357.82º | 0.79% | 0.82% | - |
| XYZ | 27.43 | 15.36 | 4.42 | - |
| YUV | 93.02 | 103.16 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 49 | 0 | 0.79 | 0.76 | 0.18 | 357.82 | 0.66 | 0.49 |
| Hex | D0 | 2B | 31 | 0 | 4F | 4C | 12 | 166 | 42 | 31 |
| Octal | 320 | 53 | 61 | 0 | 117 | 114 | 22 | 546 | 102 | 61 |
| Binary | 11010000 | 101011 | 110001 | 0 | 1001111 | 1001100 | 10010 | 101100110 | 1000010 | 110001 |
Color Harmonies of #D02B31
Complementary color
Monochromatic Colors of #D02B31
Black with #D02B31
Text Example
Text Example
White with #D02B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B31; }
p { color: rgb(208,43,49); }
H1.HeaderClassName
{
color: #D02B31;
}
.AnyTagClassName
{
color: #D02B31;
}
</style>
background-color css
<style>
a { background-color: #D02B31; }
a { background-color: rgb(208,43,49); }
div.DivClassName
{
background-color: #D02B31;
}
.BgClassName
{
background-color: #D02B31;
}
</style>
border-color css
<style>
span { border-color: #D02B31; }
span { border-color: rgb(208,43,49); }
td.TdClassName
{
border-color: #D02B31;
}
.TagClassName
{
border-color: #D02B31;
}
</style>