Shades of Mahogany #D02737
Tints of Mahogany #D02737
RGB
CMYK
RGB Variations
Color information
#D02737 (or 0xD02737) is known color: Mahogany. HEX triplet: D0, 27 and 37. RGB value is (208,39,55). Sum of RGB (Red+Green+Blue) = 208+39+55=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D02737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02737 is #2FD8C8. Grayscale: #5B5B5B. Windows color (decimal): -3135689 or 3614672. OLE color: 3614672.
HSL color Cylindrical-coordinate representation of color #D02737: hue angle of 354.32º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02737 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 55 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.18 |
| HSL | 354.32º | 0.68% | 0.48% | - |
| HSV(B) | 354.32º | 0.81% | 0.82% | - |
| XYZ | 27.43 | 15.14 | 5.09 | - |
| YUV | 91.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 55 | 0 | 0.81 | 0.74 | 0.18 | 354.32 | 0.68 | 0.48 |
| Hex | D0 | 27 | 37 | 0 | 51 | 4A | 12 | 162 | 44 | 30 |
| Octal | 320 | 47 | 67 | 0 | 121 | 112 | 22 | 542 | 104 | 60 |
| Binary | 11010000 | 100111 | 110111 | 0 | 1010001 | 1001010 | 10010 | 101100010 | 1000100 | 110000 |
Color Harmonies of #D02737
Complementary color
Monochromatic Colors of #D02737
Black with #D02737
Text Example
Text Example
White with #D02737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02737; }
p { color: rgb(208,39,55); }
H1.HeaderClassName
{
color: #D02737;
}
.AnyTagClassName
{
color: #D02737;
}
</style>
background-color css
<style>
a { background-color: #D02737; }
a { background-color: rgb(208,39,55); }
div.DivClassName
{
background-color: #D02737;
}
.BgClassName
{
background-color: #D02737;
}
</style>
border-color css
<style>
span { border-color: #D02737; }
span { border-color: rgb(208,39,55); }
td.TdClassName
{
border-color: #D02737;
}
.TagClassName
{
border-color: #D02737;
}
</style>