Shades of Mahogany #D33337
Tints of Mahogany #D33337
RGB
CMYK
RGB Variations
Color information
#D33337 (or 0xD33337) is known color: Mahogany. HEX triplet: D3, 33 and 37. RGB value is (211,51,55). Sum of RGB (Red+Green+Blue) = 211+51+55=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D33337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33337 is #2CCCC8. Grayscale: #636363. Windows color (decimal): -2936009 or 3617747. OLE color: 3617747.
HSL color Cylindrical-coordinate representation of color #D33337: hue angle of 358.5º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33337 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 55 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.17 |
| HSL | 358.5º | 0.65% | 0.51% | - |
| HSV(B) | 358.5º | 0.76% | 0.83% | - |
| XYZ | 28.74 | 16.49 | 5.28 | - |
| YUV | 99.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 55 | 0 | 0.76 | 0.74 | 0.17 | 358.5 | 0.65 | 0.51 |
| Hex | D3 | 33 | 37 | 0 | 4C | 4A | 11 | 166 | 41 | 33 |
| Octal | 323 | 63 | 67 | 0 | 114 | 112 | 21 | 546 | 101 | 63 |
| Binary | 11010011 | 110011 | 110111 | 0 | 1001100 | 1001010 | 10001 | 101100110 | 1000001 | 110011 |
Color Harmonies of #D33337
Complementary color
Monochromatic Colors of #D33337
Black with #D33337
Text Example
Text Example
White with #D33337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33337; }
p { color: rgb(211,51,55); }
H1.HeaderClassName
{
color: #D33337;
}
.AnyTagClassName
{
color: #D33337;
}
</style>
background-color css
<style>
a { background-color: #D33337; }
a { background-color: rgb(211,51,55); }
div.DivClassName
{
background-color: #D33337;
}
.BgClassName
{
background-color: #D33337;
}
</style>
border-color css
<style>
span { border-color: #D33337; }
span { border-color: rgb(211,51,55); }
td.TdClassName
{
border-color: #D33337;
}
.TagClassName
{
border-color: #D33337;
}
</style>