Shades of Mahogany #D33637
Tints of Mahogany #D33637
RGB
CMYK
RGB Variations
Color information
#D33637 (or 0xD33637) is known color: Mahogany. HEX triplet: D3, 36 and 37. RGB value is (211,54,55). Sum of RGB (Red+Green+Blue) = 211+54+55=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D33637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33637 is #2CC9C8. Grayscale: #656565. Windows color (decimal): -2935241 or 3618515. OLE color: 3618515.
HSL color Cylindrical-coordinate representation of color #D33637: hue angle of 359.62º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33637 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 55 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.17 |
| HSL | 359.62º | 0.64% | 0.52% | - |
| HSV(B) | 359.62º | 0.74% | 0.83% | - |
| XYZ | 28.87 | 16.76 | 5.33 | - |
| YUV | 101.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 55 | 0 | 0.74 | 0.74 | 0.17 | 359.62 | 0.64 | 0.52 |
| Hex | D3 | 36 | 37 | 0 | 4A | 4A | 11 | 168 | 40 | 34 |
| Octal | 323 | 66 | 67 | 0 | 112 | 112 | 21 | 550 | 100 | 64 |
| Binary | 11010011 | 110110 | 110111 | 0 | 1001010 | 1001010 | 10001 | 101101000 | 1000000 | 110100 |
Color Harmonies of #D33637
Complementary color
Monochromatic Colors of #D33637
Black with #D33637
Text Example
Text Example
White with #D33637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33637; }
p { color: rgb(211,54,55); }
H1.HeaderClassName
{
color: #D33637;
}
.AnyTagClassName
{
color: #D33637;
}
</style>
background-color css
<style>
a { background-color: #D33637; }
a { background-color: rgb(211,54,55); }
div.DivClassName
{
background-color: #D33637;
}
.BgClassName
{
background-color: #D33637;
}
</style>
border-color css
<style>
span { border-color: #D33637; }
span { border-color: rgb(211,54,55); }
td.TdClassName
{
border-color: #D33637;
}
.TagClassName
{
border-color: #D33637;
}
</style>