Shades of Mahogany #D33339
Tints of Mahogany #D33339
RGB
CMYK
RGB Variations
Color information
#D33339 (or 0xD33339) is known color: Mahogany. HEX triplet: D3, 33 and 39. RGB value is (211,51,57). Sum of RGB (Red+Green+Blue) = 211+51+57=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D33339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33339 is #2CCCC6. Grayscale: #636363. Windows color (decimal): -2936007 or 3748819. OLE color: 3748819.
HSL color Cylindrical-coordinate representation of color #D33339: hue angle of 357.75º 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 #D33339 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 57 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.17 |
| HSL | 357.75º | 0.65% | 0.51% | - |
| HSV(B) | 357.75º | 0.76% | 0.83% | - |
| XYZ | 28.79 | 16.51 | 5.54 | - |
| YUV | 99.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 57 | 0 | 0.76 | 0.73 | 0.17 | 357.75 | 0.65 | 0.51 |
| Hex | D3 | 33 | 39 | 0 | 4C | 49 | 11 | 166 | 41 | 33 |
| Octal | 323 | 63 | 71 | 0 | 114 | 111 | 21 | 546 | 101 | 63 |
| Binary | 11010011 | 110011 | 111001 | 0 | 1001100 | 1001001 | 10001 | 101100110 | 1000001 | 110011 |
Color Harmonies of #D33339
Complementary color
Monochromatic Colors of #D33339
Black with #D33339
Text Example
Text Example
White with #D33339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33339; }
p { color: rgb(211,51,57); }
H1.HeaderClassName
{
color: #D33339;
}
.AnyTagClassName
{
color: #D33339;
}
</style>
background-color css
<style>
a { background-color: #D33339; }
a { background-color: rgb(211,51,57); }
div.DivClassName
{
background-color: #D33339;
}
.BgClassName
{
background-color: #D33339;
}
</style>
border-color css
<style>
span { border-color: #D33339; }
span { border-color: rgb(211,51,57); }
td.TdClassName
{
border-color: #D33339;
}
.TagClassName
{
border-color: #D33339;
}
</style>