Shades of Mahogany #D32E3B
Tints of Mahogany #D32E3B
RGB
CMYK
RGB Variations
Color information
#D32E3B (or 0xD32E3B) is known color: Mahogany. HEX triplet: D3, 2E and 3B. RGB value is (211,46,59). Sum of RGB (Red+Green+Blue) = 211+46+59=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32E3B is #2CD1C4. Grayscale: #606060. Windows color (decimal): -2937285 or 3878611. OLE color: 3878611.
HSL color Cylindrical-coordinate representation of color #D32E3B: hue angle of 355.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32E3B is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 46 | 59 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.17 |
| HSL | 355.27º | 0.65% | 0.5% | - |
| HSV(B) | 355.27º | 0.78% | 0.83% | - |
| XYZ | 28.63 | 16.12 | 5.74 | - |
| YUV | 96.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 59 | 0 | 0.78 | 0.72 | 0.17 | 355.27 | 0.65 | 0.5 |
| Hex | D3 | 2E | 3B | 0 | 4E | 48 | 11 | 163 | 41 | 32 |
| Octal | 323 | 56 | 73 | 0 | 116 | 110 | 21 | 543 | 101 | 62 |
| Binary | 11010011 | 101110 | 111011 | 0 | 1001110 | 1001000 | 10001 | 101100011 | 1000001 | 110010 |
Color Harmonies of #D32E3B
Complementary color
Monochromatic Colors of #D32E3B
Black with #D32E3B
Text Example
Text Example
White with #D32E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32E3B; }
p { color: rgb(211,46,59); }
H1.HeaderClassName
{
color: #D32E3B;
}
.AnyTagClassName
{
color: #D32E3B;
}
</style>
background-color css
<style>
a { background-color: #D32E3B; }
a { background-color: rgb(211,46,59); }
div.DivClassName
{
background-color: #D32E3B;
}
.BgClassName
{
background-color: #D32E3B;
}
</style>
border-color css
<style>
span { border-color: #D32E3B; }
span { border-color: rgb(211,46,59); }
td.TdClassName
{
border-color: #D32E3B;
}
.TagClassName
{
border-color: #D32E3B;
}
</style>