Shades of Mahogany #D94045
Tints of Mahogany #D94045
RGB
CMYK
RGB Variations
Color information
#D94045 (or 0xD94045) is known color: Mahogany. HEX triplet: D9, 40 and 45. RGB value is (217,64,69). Sum of RGB (Red+Green+Blue) = 217+64+69=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D94045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94045 is #26BFBA. Grayscale: #6E6E6E. Windows color (decimal): -2539451 or 4538585. OLE color: 4538585.
HSL color Cylindrical-coordinate representation of color #D94045: hue angle of 358.04º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94045 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 69 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.15 |
| HSL | 358.04º | 0.67% | 0.55% | - |
| HSV(B) | 358.04º | 0.71% | 0.85% | - |
| XYZ | 31.52 | 18.85 | 7.61 | - |
| YUV | 110.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 69 | 0 | 0.71 | 0.68 | 0.15 | 358.04 | 0.67 | 0.55 |
| Hex | D9 | 40 | 45 | 0 | 47 | 44 | F | 166 | 43 | 37 |
| Octal | 331 | 100 | 105 | 0 | 107 | 104 | 17 | 546 | 103 | 67 |
| Binary | 11011001 | 1000000 | 1000101 | 0 | 1000111 | 1000100 | 1111 | 101100110 | 1000011 | 110111 |
Color Harmonies of #D94045
Complementary color
Monochromatic Colors of #D94045
Black with #D94045
Text Example
Text Example
White with #D94045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94045; }
p { color: rgb(217,64,69); }
H1.HeaderClassName
{
color: #D94045;
}
.AnyTagClassName
{
color: #D94045;
}
</style>
background-color css
<style>
a { background-color: #D94045; }
a { background-color: rgb(217,64,69); }
div.DivClassName
{
background-color: #D94045;
}
.BgClassName
{
background-color: #D94045;
}
</style>
border-color css
<style>
span { border-color: #D94045; }
span { border-color: rgb(217,64,69); }
td.TdClassName
{
border-color: #D94045;
}
.TagClassName
{
border-color: #D94045;
}
</style>