Shades of Mahogany #D03237
Tints of Mahogany #D03237
RGB
CMYK
RGB Variations
Color information
#D03237 (or 0xD03237) is known color: Mahogany. HEX triplet: D0, 32 and 37. RGB value is (208,50,55). Sum of RGB (Red+Green+Blue) = 208+50+55=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03237 is #2FCDC8. Grayscale: #616161. Windows color (decimal): -3132873 or 3617488. OLE color: 3617488.
HSL color Cylindrical-coordinate representation of color #D03237: hue angle of 358.1º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03237 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 55 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.18 |
| HSL | 358.1º | 0.63% | 0.51% | - |
| HSV(B) | 358.1º | 0.76% | 0.82% | - |
| XYZ | 27.84 | 15.97 | 5.23 | - |
| YUV | 97.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 55 | 0 | 0.76 | 0.74 | 0.18 | 358.1 | 0.63 | 0.51 |
| Hex | D0 | 32 | 37 | 0 | 4C | 4A | 12 | 166 | 3F | 33 |
| Octal | 320 | 62 | 67 | 0 | 114 | 112 | 22 | 546 | 77 | 63 |
| Binary | 11010000 | 110010 | 110111 | 0 | 1001100 | 1001010 | 10010 | 101100110 | 111111 | 110011 |
Color Harmonies of #D03237
Complementary color
Monochromatic Colors of #D03237
Black with #D03237
Text Example
Text Example
White with #D03237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03237; }
p { color: rgb(208,50,55); }
H1.HeaderClassName
{
color: #D03237;
}
.AnyTagClassName
{
color: #D03237;
}
</style>
background-color css
<style>
a { background-color: #D03237; }
a { background-color: rgb(208,50,55); }
div.DivClassName
{
background-color: #D03237;
}
.BgClassName
{
background-color: #D03237;
}
</style>
border-color css
<style>
span { border-color: #D03237; }
span { border-color: rgb(208,50,55); }
td.TdClassName
{
border-color: #D03237;
}
.TagClassName
{
border-color: #D03237;
}
</style>