Shades of Mahogany #D64045
Tints of Mahogany #D64045
RGB
CMYK
RGB Variations
Color information
#D64045 (or 0xD64045) is known color: Mahogany. HEX triplet: D6, 40 and 45. RGB value is (214,64,69). Sum of RGB (Red+Green+Blue) = 214+64+69=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D64045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64045 is #29BFBA. Grayscale: #6D6D6D. Windows color (decimal): -2736059 or 4538582. OLE color: 4538582.
HSL color Cylindrical-coordinate representation of color #D64045: hue angle of 358º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64045 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 69 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.16 |
| HSL | 358º | 0.65% | 0.55% | - |
| HSV(B) | 358º | 0.7% | 0.84% | - |
| XYZ | 30.64 | 18.39 | 7.57 | - |
| YUV | 109.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 69 | 0 | 0.70 | 0.68 | 0.16 | 358 | 0.65 | 0.55 |
| Hex | D6 | 40 | 45 | 0 | 46 | 44 | 10 | 166 | 41 | 37 |
| Octal | 326 | 100 | 105 | 0 | 106 | 104 | 20 | 546 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1000101 | 0 | 1000110 | 1000100 | 10000 | 101100110 | 1000001 | 110111 |
Color Harmonies of #D64045
Complementary color
Monochromatic Colors of #D64045
Black with #D64045
Text Example
Text Example
White with #D64045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64045; }
p { color: rgb(214,64,69); }
H1.HeaderClassName
{
color: #D64045;
}
.AnyTagClassName
{
color: #D64045;
}
</style>
background-color css
<style>
a { background-color: #D64045; }
a { background-color: rgb(214,64,69); }
div.DivClassName
{
background-color: #D64045;
}
.BgClassName
{
background-color: #D64045;
}
</style>
border-color css
<style>
span { border-color: #D64045; }
span { border-color: rgb(214,64,69); }
td.TdClassName
{
border-color: #D64045;
}
.TagClassName
{
border-color: #D64045;
}
</style>