Shades of Mahogany #D33133
Tints of Mahogany #D33133
RGB
CMYK
RGB Variations
Color information
#D33133 (or 0xD33133) is known color: Mahogany. HEX triplet: D3, 31 and 33. RGB value is (211,49,51). Sum of RGB (Red+Green+Blue) = 211+49+51=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D33133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33133 is #2CCECC. Grayscale: #616161. Windows color (decimal): -2936525 or 3355091. OLE color: 3355091.
HSL color Cylindrical-coordinate representation of color #D33133: hue angle of 359.26º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33133 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 51 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.17 |
| HSL | 359.26º | 0.65% | 0.51% | - |
| HSV(B) | 359.26º | 0.77% | 0.83% | - |
| XYZ | 28.56 | 16.28 | 4.77 | - |
| YUV | 97.67 | 101.67 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 51 | 0 | 0.77 | 0.76 | 0.17 | 359.26 | 0.65 | 0.51 |
| Hex | D3 | 31 | 33 | 0 | 4D | 4C | 11 | 167 | 41 | 33 |
| Octal | 323 | 61 | 63 | 0 | 115 | 114 | 21 | 547 | 101 | 63 |
| Binary | 11010011 | 110001 | 110011 | 0 | 1001101 | 1001100 | 10001 | 101100111 | 1000001 | 110011 |
Color Harmonies of #D33133
Complementary color
Monochromatic Colors of #D33133
Black with #D33133
Text Example
Text Example
White with #D33133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33133; }
p { color: rgb(211,49,51); }
H1.HeaderClassName
{
color: #D33133;
}
.AnyTagClassName
{
color: #D33133;
}
</style>
background-color css
<style>
a { background-color: #D33133; }
a { background-color: rgb(211,49,51); }
div.DivClassName
{
background-color: #D33133;
}
.BgClassName
{
background-color: #D33133;
}
</style>
border-color css
<style>
span { border-color: #D33133; }
span { border-color: rgb(211,49,51); }
td.TdClassName
{
border-color: #D33133;
}
.TagClassName
{
border-color: #D33133;
}
</style>