Shades of Mahogany #D94344
Tints of Mahogany #D94344
RGB
CMYK
RGB Variations
Color information
#D94344 (or 0xD94344) is known color: Mahogany. HEX triplet: D9, 43 and 44. RGB value is (217,67,68). Sum of RGB (Red+Green+Blue) = 217+67+68=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D94344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94344 is #26BCBB. Grayscale: #707070. Windows color (decimal): -2538684 or 4473817. OLE color: 4473817.
HSL color Cylindrical-coordinate representation of color #D94344: 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 #D94344 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 68 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.15 |
| HSL | 359.6º | 0.66% | 0.56% | - |
| HSV(B) | 359.6º | 0.69% | 0.85% | - |
| XYZ | 31.67 | 19.18 | 7.5 | - |
| YUV | 111.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 68 | 0 | 0.69 | 0.69 | 0.15 | 359.6 | 0.66 | 0.56 |
| Hex | D9 | 43 | 44 | 0 | 45 | 45 | F | 168 | 42 | 38 |
| Octal | 331 | 103 | 104 | 0 | 105 | 105 | 17 | 550 | 102 | 70 |
| Binary | 11011001 | 1000011 | 1000100 | 0 | 1000101 | 1000101 | 1111 | 101101000 | 1000010 | 111000 |
Color Harmonies of #D94344
Complementary color
Monochromatic Colors of #D94344
Black with #D94344
Text Example
Text Example
White with #D94344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94344; }
p { color: rgb(217,67,68); }
H1.HeaderClassName
{
color: #D94344;
}
.AnyTagClassName
{
color: #D94344;
}
</style>
background-color css
<style>
a { background-color: #D94344; }
a { background-color: rgb(217,67,68); }
div.DivClassName
{
background-color: #D94344;
}
.BgClassName
{
background-color: #D94344;
}
</style>
border-color css
<style>
span { border-color: #D94344; }
span { border-color: rgb(217,67,68); }
td.TdClassName
{
border-color: #D94344;
}
.TagClassName
{
border-color: #D94344;
}
</style>