Shades of Mahogany #D03136
Tints of Mahogany #D03136
RGB
CMYK
RGB Variations
Color information
#D03136 (or 0xD03136) is known color: Mahogany. HEX triplet: D0, 31 and 36. RGB value is (208,49,54). Sum of RGB (Red+Green+Blue) = 208+49+54=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D03136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03136 is #2FCEC9. Grayscale: #616161. Windows color (decimal): -3133130 or 3551696. OLE color: 3551696.
HSL color Cylindrical-coordinate representation of color #D03136: hue angle of 358.11º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03136 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 54 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.18 |
| HSL | 358.11º | 0.63% | 0.5% | - |
| HSV(B) | 358.11º | 0.76% | 0.82% | - |
| XYZ | 27.78 | 15.87 | 5.09 | - |
| YUV | 97.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 54 | 0 | 0.76 | 0.74 | 0.18 | 358.11 | 0.63 | 0.5 |
| Hex | D0 | 31 | 36 | 0 | 4C | 4A | 12 | 166 | 3F | 32 |
| Octal | 320 | 61 | 66 | 0 | 114 | 112 | 22 | 546 | 77 | 62 |
| Binary | 11010000 | 110001 | 110110 | 0 | 1001100 | 1001010 | 10010 | 101100110 | 111111 | 110010 |
Color Harmonies of #D03136
Complementary color
Monochromatic Colors of #D03136
Black with #D03136
Text Example
Text Example
White with #D03136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03136; }
p { color: rgb(208,49,54); }
H1.HeaderClassName
{
color: #D03136;
}
.AnyTagClassName
{
color: #D03136;
}
</style>
background-color css
<style>
a { background-color: #D03136; }
a { background-color: rgb(208,49,54); }
div.DivClassName
{
background-color: #D03136;
}
.BgClassName
{
background-color: #D03136;
}
</style>
border-color css
<style>
span { border-color: #D03136; }
span { border-color: rgb(208,49,54); }
td.TdClassName
{
border-color: #D03136;
}
.TagClassName
{
border-color: #D03136;
}
</style>