Shades of Mahogany #D03C44
Tints of Mahogany #D03C44
RGB
CMYK
RGB Variations
Color information
#D03C44 (or 0xD03C44) is known color: Mahogany. HEX triplet: D0, 3C and 44. RGB value is (208,60,68). Sum of RGB (Red+Green+Blue) = 208+60+68=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03C44 is #2FC3BB. Grayscale: #696969. Windows color (decimal): -3130300 or 4472016. OLE color: 4472016.
HSL color Cylindrical-coordinate representation of color #D03C44: hue angle of 356.76º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03C44 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 68 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.18 |
| HSL | 356.76º | 0.61% | 0.53% | - |
| HSV(B) | 356.76º | 0.71% | 0.82% | - |
| XYZ | 28.67 | 17.06 | 7.25 | - |
| YUV | 105.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 68 | 0 | 0.71 | 0.67 | 0.18 | 356.76 | 0.61 | 0.53 |
| Hex | D0 | 3C | 44 | 0 | 47 | 43 | 12 | 165 | 3D | 35 |
| Octal | 320 | 74 | 104 | 0 | 107 | 103 | 22 | 545 | 75 | 65 |
| Binary | 11010000 | 111100 | 1000100 | 0 | 1000111 | 1000011 | 10010 | 101100101 | 111101 | 110101 |
Color Harmonies of #D03C44
Complementary color
Monochromatic Colors of #D03C44
Black with #D03C44
Text Example
Text Example
White with #D03C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C44; }
p { color: rgb(208,60,68); }
H1.HeaderClassName
{
color: #D03C44;
}
.AnyTagClassName
{
color: #D03C44;
}
</style>
background-color css
<style>
a { background-color: #D03C44; }
a { background-color: rgb(208,60,68); }
div.DivClassName
{
background-color: #D03C44;
}
.BgClassName
{
background-color: #D03C44;
}
</style>
border-color css
<style>
span { border-color: #D03C44; }
span { border-color: rgb(208,60,68); }
td.TdClassName
{
border-color: #D03C44;
}
.TagClassName
{
border-color: #D03C44;
}
</style>