Shades of Mahogany #D33437
Tints of Mahogany #D33437
RGB
CMYK
RGB Variations
Color information
#D33437 (or 0xD33437) is known color: Mahogany. HEX triplet: D3, 34 and 37. RGB value is (211,52,55). Sum of RGB (Red+Green+Blue) = 211+52+55=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D33437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33437 is #2CCBC8. Grayscale: #646464. Windows color (decimal): -2935753 or 3618003. OLE color: 3618003.
HSL color Cylindrical-coordinate representation of color #D33437: hue angle of 358.87º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33437 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 55 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.17 |
| HSL | 358.87º | 0.64% | 0.52% | - |
| HSV(B) | 358.87º | 0.75% | 0.83% | - |
| XYZ | 28.78 | 16.58 | 5.3 | - |
| YUV | 99.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 55 | 0 | 0.75 | 0.74 | 0.17 | 358.87 | 0.64 | 0.52 |
| Hex | D3 | 34 | 37 | 0 | 4B | 4A | 11 | 167 | 40 | 34 |
| Octal | 323 | 64 | 67 | 0 | 113 | 112 | 21 | 547 | 100 | 64 |
| Binary | 11010011 | 110100 | 110111 | 0 | 1001011 | 1001010 | 10001 | 101100111 | 1000000 | 110100 |
Color Harmonies of #D33437
Complementary color
Monochromatic Colors of #D33437
Black with #D33437
Text Example
Text Example
White with #D33437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33437; }
p { color: rgb(211,52,55); }
H1.HeaderClassName
{
color: #D33437;
}
.AnyTagClassName
{
color: #D33437;
}
</style>
background-color css
<style>
a { background-color: #D33437; }
a { background-color: rgb(211,52,55); }
div.DivClassName
{
background-color: #D33437;
}
.BgClassName
{
background-color: #D33437;
}
</style>
border-color css
<style>
span { border-color: #D33437; }
span { border-color: rgb(211,52,55); }
td.TdClassName
{
border-color: #D33437;
}
.TagClassName
{
border-color: #D33437;
}
</style>