Shades of Mahogany #D03036
Tints of Mahogany #D03036
RGB
CMYK
RGB Variations
Color information
#D03036 (or 0xD03036) is known color: Mahogany. HEX triplet: D0, 30 and 36. RGB value is (208,48,54). Sum of RGB (Red+Green+Blue) = 208+48+54=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D03036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03036 is #2FCFC9. Grayscale: #606060. Windows color (decimal): -3133386 or 3551440. OLE color: 3551440.
HSL color Cylindrical-coordinate representation of color #D03036: hue angle of 357.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03036 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 54 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.18 |
| HSL | 357.75º | 0.63% | 0.5% | - |
| HSV(B) | 357.75º | 0.77% | 0.82% | - |
| XYZ | 27.74 | 15.79 | 5.08 | - |
| YUV | 96.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 54 | 0 | 0.77 | 0.74 | 0.18 | 357.75 | 0.63 | 0.5 |
| Hex | D0 | 30 | 36 | 0 | 4D | 4A | 12 | 166 | 3F | 32 |
| Octal | 320 | 60 | 66 | 0 | 115 | 112 | 22 | 546 | 77 | 62 |
| Binary | 11010000 | 110000 | 110110 | 0 | 1001101 | 1001010 | 10010 | 101100110 | 111111 | 110010 |
Color Harmonies of #D03036
Complementary color
Monochromatic Colors of #D03036
Black with #D03036
Text Example
Text Example
White with #D03036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03036; }
p { color: rgb(208,48,54); }
H1.HeaderClassName
{
color: #D03036;
}
.AnyTagClassName
{
color: #D03036;
}
</style>
background-color css
<style>
a { background-color: #D03036; }
a { background-color: rgb(208,48,54); }
div.DivClassName
{
background-color: #D03036;
}
.BgClassName
{
background-color: #D03036;
}
</style>
border-color css
<style>
span { border-color: #D03036; }
span { border-color: rgb(208,48,54); }
td.TdClassName
{
border-color: #D03036;
}
.TagClassName
{
border-color: #D03036;
}
</style>