Shades of Mahogany #D93437
Tints of Mahogany #D93437
RGB
CMYK
RGB Variations
Color information
#D93437 (or 0xD93437) is known color: Mahogany. HEX triplet: D9, 34 and 37. RGB value is (217,52,55). Sum of RGB (Red+Green+Blue) = 217+52+55=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D93437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93437 is #26CBC8. Grayscale: #656565. Windows color (decimal): -2542537 or 3618009. OLE color: 3618009.
HSL color Cylindrical-coordinate representation of color #D93437: hue angle of 358.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93437 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 55 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.15 |
| HSL | 358.91º | 0.68% | 0.53% | - |
| HSV(B) | 358.91º | 0.76% | 0.85% | - |
| XYZ | 30.53 | 17.48 | 5.38 | - |
| YUV | 101.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 55 | 0 | 0.76 | 0.75 | 0.15 | 358.91 | 0.68 | 0.53 |
| Hex | D9 | 34 | 37 | 0 | 4C | 4B | F | 167 | 44 | 35 |
| Octal | 331 | 64 | 67 | 0 | 114 | 113 | 17 | 547 | 104 | 65 |
| Binary | 11011001 | 110100 | 110111 | 0 | 1001100 | 1001011 | 1111 | 101100111 | 1000100 | 110101 |
Color Harmonies of #D93437
Complementary color
Monochromatic Colors of #D93437
Black with #D93437
Text Example
Text Example
White with #D93437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93437; }
p { color: rgb(217,52,55); }
H1.HeaderClassName
{
color: #D93437;
}
.AnyTagClassName
{
color: #D93437;
}
</style>
background-color css
<style>
a { background-color: #D93437; }
a { background-color: rgb(217,52,55); }
div.DivClassName
{
background-color: #D93437;
}
.BgClassName
{
background-color: #D93437;
}
</style>
border-color css
<style>
span { border-color: #D93437; }
span { border-color: rgb(217,52,55); }
td.TdClassName
{
border-color: #D93437;
}
.TagClassName
{
border-color: #D93437;
}
</style>