Shades of Mahogany #D03236
Tints of Mahogany #D03236
RGB
CMYK
RGB Variations
Color information
#D03236 (or 0xD03236) is known color: Mahogany. HEX triplet: D0, 32 and 36. RGB value is (208,50,54). Sum of RGB (Red+Green+Blue) = 208+50+54=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D03236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03236 is #2FCDC9. Grayscale: #616161. Windows color (decimal): -3132874 or 3551952. OLE color: 3551952.
HSL color Cylindrical-coordinate representation of color #D03236: hue angle of 358.48º 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 #D03236 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 54 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.18 |
| HSL | 358.48º | 0.63% | 0.51% | - |
| HSV(B) | 358.48º | 0.76% | 0.82% | - |
| XYZ | 27.82 | 15.96 | 5.1 | - |
| YUV | 97.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 54 | 0 | 0.76 | 0.74 | 0.18 | 358.48 | 0.63 | 0.51 |
| Hex | D0 | 32 | 36 | 0 | 4C | 4A | 12 | 166 | 3F | 33 |
| Octal | 320 | 62 | 66 | 0 | 114 | 112 | 22 | 546 | 77 | 63 |
| Binary | 11010000 | 110010 | 110110 | 0 | 1001100 | 1001010 | 10010 | 101100110 | 111111 | 110011 |
Color Harmonies of #D03236
Complementary color
Monochromatic Colors of #D03236
Black with #D03236
Text Example
Text Example
White with #D03236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03236; }
p { color: rgb(208,50,54); }
H1.HeaderClassName
{
color: #D03236;
}
.AnyTagClassName
{
color: #D03236;
}
</style>
background-color css
<style>
a { background-color: #D03236; }
a { background-color: rgb(208,50,54); }
div.DivClassName
{
background-color: #D03236;
}
.BgClassName
{
background-color: #D03236;
}
</style>
border-color css
<style>
span { border-color: #D03236; }
span { border-color: rgb(208,50,54); }
td.TdClassName
{
border-color: #D03236;
}
.TagClassName
{
border-color: #D03236;
}
</style>