Shades of Mahogany #D43637
Tints of Mahogany #D43637
RGB
CMYK
RGB Variations
Color information
#D43637 (or 0xD43637) is known color: Mahogany. HEX triplet: D4, 36 and 37. RGB value is (212,54,55). Sum of RGB (Red+Green+Blue) = 212+54+55=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D43637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43637 is #2BC9C8. Grayscale: #656565. Windows color (decimal): -2869705 or 3618516. OLE color: 3618516.
HSL color Cylindrical-coordinate representation of color #D43637: hue angle of 359.62º degrees, saturation: 0.65, 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 #D43637 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 55 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.17 |
| HSL | 359.62º | 0.65% | 0.52% | - |
| HSV(B) | 359.62º | 0.75% | 0.83% | - |
| XYZ | 29.16 | 16.91 | 5.34 | - |
| YUV | 101.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 55 | 0 | 0.75 | 0.74 | 0.17 | 359.62 | 0.65 | 0.52 |
| Hex | D4 | 36 | 37 | 0 | 4B | 4A | 11 | 168 | 41 | 34 |
| Octal | 324 | 66 | 67 | 0 | 113 | 112 | 21 | 550 | 101 | 64 |
| Binary | 11010100 | 110110 | 110111 | 0 | 1001011 | 1001010 | 10001 | 101101000 | 1000001 | 110100 |
Color Harmonies of #D43637
Complementary color
Monochromatic Colors of #D43637
Black with #D43637
Text Example
Text Example
White with #D43637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43637; }
p { color: rgb(212,54,55); }
H1.HeaderClassName
{
color: #D43637;
}
.AnyTagClassName
{
color: #D43637;
}
</style>
background-color css
<style>
a { background-color: #D43637; }
a { background-color: rgb(212,54,55); }
div.DivClassName
{
background-color: #D43637;
}
.BgClassName
{
background-color: #D43637;
}
</style>
border-color css
<style>
span { border-color: #D43637; }
span { border-color: rgb(212,54,55); }
td.TdClassName
{
border-color: #D43637;
}
.TagClassName
{
border-color: #D43637;
}
</style>