Shades of Mahogany #D9393B
Tints of Mahogany #D9393B
RGB
CMYK
RGB Variations
Color information
#D9393B (or 0xD9393B) is known color: Mahogany. HEX triplet: D9, 39 and 3B. RGB value is (217,57,59). Sum of RGB (Red+Green+Blue) = 217+57+59=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9393B is #26C6C4. Grayscale: #696969. Windows color (decimal): -2541253 or 3881433. OLE color: 3881433.
HSL color Cylindrical-coordinate representation of color #D9393B: hue angle of 359.25º 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 #D9393B is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 59 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.15 |
| HSL | 359.25º | 0.68% | 0.54% | - |
| HSV(B) | 359.25º | 0.74% | 0.85% | - |
| XYZ | 30.87 | 17.99 | 5.98 | - |
| YUV | 105.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 59 | 0 | 0.74 | 0.73 | 0.15 | 359.25 | 0.68 | 0.54 |
| Hex | D9 | 39 | 3B | 0 | 4A | 49 | F | 167 | 44 | 36 |
| Octal | 331 | 71 | 73 | 0 | 112 | 111 | 17 | 547 | 104 | 66 |
| Binary | 11011001 | 111001 | 111011 | 0 | 1001010 | 1001001 | 1111 | 101100111 | 1000100 | 110110 |
Color Harmonies of #D9393B
Complementary color
Monochromatic Colors of #D9393B
Black with #D9393B
Text Example
Text Example
White with #D9393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9393B; }
p { color: rgb(217,57,59); }
H1.HeaderClassName
{
color: #D9393B;
}
.AnyTagClassName
{
color: #D9393B;
}
</style>
background-color css
<style>
a { background-color: #D9393B; }
a { background-color: rgb(217,57,59); }
div.DivClassName
{
background-color: #D9393B;
}
.BgClassName
{
background-color: #D9393B;
}
</style>
border-color css
<style>
span { border-color: #D9393B; }
span { border-color: rgb(217,57,59); }
td.TdClassName
{
border-color: #D9393B;
}
.TagClassName
{
border-color: #D9393B;
}
</style>