Shades of Mahogany #D04246
Tints of Mahogany #D04246
RGB
CMYK
RGB Variations
Color information
#D04246 (or 0xD04246) is known color: Mahogany. HEX triplet: D0, 42 and 46. RGB value is (208,66,70). Sum of RGB (Red+Green+Blue) = 208+66+70=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D04246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04246 is #2FBDB9. Grayscale: #6D6D6D. Windows color (decimal): -3128762 or 4604624. OLE color: 4604624.
HSL color Cylindrical-coordinate representation of color #D04246: hue angle of 358.31º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04246 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 70 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.18 |
| HSL | 358.31º | 0.6% | 0.54% | - |
| HSV(B) | 358.31º | 0.68% | 0.82% | - |
| XYZ | 29.07 | 17.75 | 7.69 | - |
| YUV | 108.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 70 | 0 | 0.68 | 0.66 | 0.18 | 358.31 | 0.6 | 0.54 |
| Hex | D0 | 42 | 46 | 0 | 44 | 42 | 12 | 166 | 3C | 36 |
| Octal | 320 | 102 | 106 | 0 | 104 | 102 | 22 | 546 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1000110 | 0 | 1000100 | 1000010 | 10010 | 101100110 | 111100 | 110110 |
Color Harmonies of #D04246
Complementary color
Monochromatic Colors of #D04246
Black with #D04246
Text Example
Text Example
White with #D04246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04246; }
p { color: rgb(208,66,70); }
H1.HeaderClassName
{
color: #D04246;
}
.AnyTagClassName
{
color: #D04246;
}
</style>
background-color css
<style>
a { background-color: #D04246; }
a { background-color: rgb(208,66,70); }
div.DivClassName
{
background-color: #D04246;
}
.BgClassName
{
background-color: #D04246;
}
</style>
border-color css
<style>
span { border-color: #D04246; }
span { border-color: rgb(208,66,70); }
td.TdClassName
{
border-color: #D04246;
}
.TagClassName
{
border-color: #D04246;
}
</style>