Shades of Mahogany #D34045
Tints of Mahogany #D34045
RGB
CMYK
RGB Variations
Color information
#D34045 (or 0xD34045) is known color: Mahogany. HEX triplet: D3, 40 and 45. RGB value is (211,64,69). Sum of RGB (Red+Green+Blue) = 211+64+69=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D34045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34045 is #2CBFBA. Grayscale: #6C6C6C. Windows color (decimal): -2932667 or 4538579. OLE color: 4538579.
HSL color Cylindrical-coordinate representation of color #D34045: hue angle of 357.96º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34045 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 69 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.17 |
| HSL | 357.96º | 0.63% | 0.54% | - |
| HSV(B) | 357.96º | 0.7% | 0.83% | - |
| XYZ | 29.77 | 17.95 | 7.52 | - |
| YUV | 108.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 69 | 0 | 0.70 | 0.67 | 0.17 | 357.96 | 0.63 | 0.54 |
| Hex | D3 | 40 | 45 | 0 | 46 | 43 | 11 | 166 | 3F | 36 |
| Octal | 323 | 100 | 105 | 0 | 106 | 103 | 21 | 546 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1000101 | 0 | 1000110 | 1000011 | 10001 | 101100110 | 111111 | 110110 |
Color Harmonies of #D34045
Complementary color
Monochromatic Colors of #D34045
Black with #D34045
Text Example
Text Example
White with #D34045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34045; }
p { color: rgb(211,64,69); }
H1.HeaderClassName
{
color: #D34045;
}
.AnyTagClassName
{
color: #D34045;
}
</style>
background-color css
<style>
a { background-color: #D34045; }
a { background-color: rgb(211,64,69); }
div.DivClassName
{
background-color: #D34045;
}
.BgClassName
{
background-color: #D34045;
}
</style>
border-color css
<style>
span { border-color: #D34045; }
span { border-color: rgb(211,64,69); }
td.TdClassName
{
border-color: #D34045;
}
.TagClassName
{
border-color: #D34045;
}
</style>