Shades of Mahogany #D93844
Tints of Mahogany #D93844
RGB
CMYK
RGB Variations
Color information
#D93844 (or 0xD93844) is known color: Mahogany. HEX triplet: D9, 38 and 44. RGB value is (217,56,68). Sum of RGB (Red+Green+Blue) = 217+56+68=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D93844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93844 is #26C7BB. Grayscale: #696969. Windows color (decimal): -2541500 or 4471001. OLE color: 4471001.
HSL color Cylindrical-coordinate representation of color #D93844: hue angle of 355.53º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93844 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 68 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.15 |
| HSL | 355.53º | 0.68% | 0.54% | - |
| HSV(B) | 355.53º | 0.74% | 0.85% | - |
| XYZ | 31.07 | 18 | 7.3 | - |
| YUV | 105.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 68 | 0 | 0.74 | 0.69 | 0.15 | 355.53 | 0.68 | 0.54 |
| Hex | D9 | 38 | 44 | 0 | 4A | 45 | F | 164 | 44 | 36 |
| Octal | 331 | 70 | 104 | 0 | 112 | 105 | 17 | 544 | 104 | 66 |
| Binary | 11011001 | 111000 | 1000100 | 0 | 1001010 | 1000101 | 1111 | 101100100 | 1000100 | 110110 |
Color Harmonies of #D93844
Complementary color
Monochromatic Colors of #D93844
Black with #D93844
Text Example
Text Example
White with #D93844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93844; }
p { color: rgb(217,56,68); }
H1.HeaderClassName
{
color: #D93844;
}
.AnyTagClassName
{
color: #D93844;
}
</style>
background-color css
<style>
a { background-color: #D93844; }
a { background-color: rgb(217,56,68); }
div.DivClassName
{
background-color: #D93844;
}
.BgClassName
{
background-color: #D93844;
}
</style>
border-color css
<style>
span { border-color: #D93844; }
span { border-color: rgb(217,56,68); }
td.TdClassName
{
border-color: #D93844;
}
.TagClassName
{
border-color: #D93844;
}
</style>