Shades of Mahogany #D33234
Tints of Mahogany #D33234
RGB
CMYK
RGB Variations
Color information
#D33234 (or 0xD33234) is known color: Mahogany. HEX triplet: D3, 32 and 34. RGB value is (211,50,52). Sum of RGB (Red+Green+Blue) = 211+50+52=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D33234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33234 is #2CCDCB. Grayscale: #626262. Windows color (decimal): -2936268 or 3420883. OLE color: 3420883.
HSL color Cylindrical-coordinate representation of color #D33234: hue angle of 359.25º 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 #D33234 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 52 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.17 |
| HSL | 359.25º | 0.65% | 0.51% | - |
| HSV(B) | 359.25º | 0.76% | 0.83% | - |
| XYZ | 28.62 | 16.38 | 4.9 | - |
| YUV | 98.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 52 | 0 | 0.76 | 0.75 | 0.17 | 359.25 | 0.65 | 0.51 |
| Hex | D3 | 32 | 34 | 0 | 4C | 4B | 11 | 167 | 41 | 33 |
| Octal | 323 | 62 | 64 | 0 | 114 | 113 | 21 | 547 | 101 | 63 |
| Binary | 11010011 | 110010 | 110100 | 0 | 1001100 | 1001011 | 10001 | 101100111 | 1000001 | 110011 |
Color Harmonies of #D33234
Complementary color
Monochromatic Colors of #D33234
Black with #D33234
Text Example
Text Example
White with #D33234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33234; }
p { color: rgb(211,50,52); }
H1.HeaderClassName
{
color: #D33234;
}
.AnyTagClassName
{
color: #D33234;
}
</style>
background-color css
<style>
a { background-color: #D33234; }
a { background-color: rgb(211,50,52); }
div.DivClassName
{
background-color: #D33234;
}
.BgClassName
{
background-color: #D33234;
}
</style>
border-color css
<style>
span { border-color: #D33234; }
span { border-color: rgb(211,50,52); }
td.TdClassName
{
border-color: #D33234;
}
.TagClassName
{
border-color: #D33234;
}
</style>