Shades of Mahogany #D94445
Tints of Mahogany #D94445
RGB
CMYK
RGB Variations
Color information
#D94445 (or 0xD94445) is known color: Mahogany. HEX triplet: D9, 44 and 45. RGB value is (217,68,69). Sum of RGB (Red+Green+Blue) = 217+68+69=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D94445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94445 is #26BBBA. Grayscale: #707070. Windows color (decimal): -2538427 or 4539609. OLE color: 4539609.
HSL color Cylindrical-coordinate representation of color #D94445: hue angle of 359.6º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94445 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 69 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.15 |
| HSL | 359.6º | 0.66% | 0.56% | - |
| HSV(B) | 359.6º | 0.69% | 0.85% | - |
| XYZ | 31.76 | 19.32 | 7.68 | - |
| YUV | 112.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 69 | 0 | 0.69 | 0.68 | 0.15 | 359.6 | 0.66 | 0.56 |
| Hex | D9 | 44 | 45 | 0 | 45 | 44 | F | 168 | 42 | 38 |
| Octal | 331 | 104 | 105 | 0 | 105 | 104 | 17 | 550 | 102 | 70 |
| Binary | 11011001 | 1000100 | 1000101 | 0 | 1000101 | 1000100 | 1111 | 101101000 | 1000010 | 111000 |
Color Harmonies of #D94445
Complementary color
Monochromatic Colors of #D94445
Black with #D94445
Text Example
Text Example
White with #D94445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94445; }
p { color: rgb(217,68,69); }
H1.HeaderClassName
{
color: #D94445;
}
.AnyTagClassName
{
color: #D94445;
}
</style>
background-color css
<style>
a { background-color: #D94445; }
a { background-color: rgb(217,68,69); }
div.DivClassName
{
background-color: #D94445;
}
.BgClassName
{
background-color: #D94445;
}
</style>
border-color css
<style>
span { border-color: #D94445; }
span { border-color: rgb(217,68,69); }
td.TdClassName
{
border-color: #D94445;
}
.TagClassName
{
border-color: #D94445;
}
</style>