Shades of Mahogany #D93334
Tints of Mahogany #D93334
RGB
CMYK
RGB Variations
Color information
#D93334 (or 0xD93334) is known color: Mahogany. HEX triplet: D9, 33 and 34. RGB value is (217,51,52). Sum of RGB (Red+Green+Blue) = 217+51+52=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D93334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93334 is #26CCCB. Grayscale: #646464. Windows color (decimal): -2542796 or 3421145. OLE color: 3421145.
HSL color Cylindrical-coordinate representation of color #D93334: hue angle of 359.64º degrees, saturation: 0.69, 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 #D93334 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 52 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.15 |
| HSL | 359.64º | 0.69% | 0.53% | - |
| HSV(B) | 359.64º | 0.76% | 0.85% | - |
| XYZ | 30.42 | 17.37 | 5 | - |
| YUV | 100.75 | 100.5 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 52 | 0 | 0.76 | 0.76 | 0.15 | 359.64 | 0.69 | 0.53 |
| Hex | D9 | 33 | 34 | 0 | 4C | 4C | F | 168 | 45 | 35 |
| Octal | 331 | 63 | 64 | 0 | 114 | 114 | 17 | 550 | 105 | 65 |
| Binary | 11011001 | 110011 | 110100 | 0 | 1001100 | 1001100 | 1111 | 101101000 | 1000101 | 110101 |
Color Harmonies of #D93334
Complementary color
Monochromatic Colors of #D93334
Black with #D93334
Text Example
Text Example
White with #D93334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93334; }
p { color: rgb(217,51,52); }
H1.HeaderClassName
{
color: #D93334;
}
.AnyTagClassName
{
color: #D93334;
}
</style>
background-color css
<style>
a { background-color: #D93334; }
a { background-color: rgb(217,51,52); }
div.DivClassName
{
background-color: #D93334;
}
.BgClassName
{
background-color: #D93334;
}
</style>
border-color css
<style>
span { border-color: #D93334; }
span { border-color: rgb(217,51,52); }
td.TdClassName
{
border-color: #D93334;
}
.TagClassName
{
border-color: #D93334;
}
</style>