Shades of Mahogany #D04445
Tints of Mahogany #D04445
RGB
CMYK
RGB Variations
Color information
#D04445 (or 0xD04445) is known color: Mahogany. HEX triplet: D0, 44 and 45. RGB value is (208,68,69). Sum of RGB (Red+Green+Blue) = 208+68+69=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D04445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04445 is #2FBBBA. Grayscale: #6E6E6E. Windows color (decimal): -3128251 or 4539600. OLE color: 4539600.
HSL color Cylindrical-coordinate representation of color #D04445: hue angle of 359.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04445 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 69 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.18 |
| HSL | 359.57º | 0.6% | 0.54% | - |
| HSV(B) | 359.57º | 0.67% | 0.82% | - |
| XYZ | 29.15 | 17.97 | 7.56 | - |
| YUV | 109.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 69 | 0 | 0.67 | 0.67 | 0.18 | 359.57 | 0.6 | 0.54 |
| Hex | D0 | 44 | 45 | 0 | 43 | 43 | 12 | 168 | 3C | 36 |
| Octal | 320 | 104 | 105 | 0 | 103 | 103 | 22 | 550 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1000101 | 0 | 1000011 | 1000011 | 10010 | 101101000 | 111100 | 110110 |
Color Harmonies of #D04445
Complementary color
Monochromatic Colors of #D04445
Black with #D04445
Text Example
Text Example
White with #D04445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04445; }
p { color: rgb(208,68,69); }
H1.HeaderClassName
{
color: #D04445;
}
.AnyTagClassName
{
color: #D04445;
}
</style>
background-color css
<style>
a { background-color: #D04445; }
a { background-color: rgb(208,68,69); }
div.DivClassName
{
background-color: #D04445;
}
.BgClassName
{
background-color: #D04445;
}
</style>
border-color css
<style>
span { border-color: #D04445; }
span { border-color: rgb(208,68,69); }
td.TdClassName
{
border-color: #D04445;
}
.TagClassName
{
border-color: #D04445;
}
</style>