Shades of Mahogany #D32F39
Tints of Mahogany #D32F39
RGB
CMYK
RGB Variations
Color information
#D32F39 (or 0xD32F39) is known color: Mahogany. HEX triplet: D3, 2F and 39. RGB value is (211,47,57). Sum of RGB (Red+Green+Blue) = 211+47+57=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32F39 is #2CD0C6. Grayscale: #616161. Windows color (decimal): -2937031 or 3747795. OLE color: 3747795.
HSL color Cylindrical-coordinate representation of color #D32F39: hue angle of 356.34º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32F39 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 57 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.17 |
| HSL | 356.34º | 0.65% | 0.51% | - |
| HSV(B) | 356.34º | 0.78% | 0.83% | - |
| XYZ | 28.62 | 16.18 | 5.49 | - |
| YUV | 97.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 57 | 0 | 0.78 | 0.73 | 0.17 | 356.34 | 0.65 | 0.51 |
| Hex | D3 | 2F | 39 | 0 | 4E | 49 | 11 | 164 | 41 | 33 |
| Octal | 323 | 57 | 71 | 0 | 116 | 111 | 21 | 544 | 101 | 63 |
| Binary | 11010011 | 101111 | 111001 | 0 | 1001110 | 1001001 | 10001 | 101100100 | 1000001 | 110011 |
Color Harmonies of #D32F39
Complementary color
Monochromatic Colors of #D32F39
Black with #D32F39
Text Example
Text Example
White with #D32F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F39; }
p { color: rgb(211,47,57); }
H1.HeaderClassName
{
color: #D32F39;
}
.AnyTagClassName
{
color: #D32F39;
}
</style>
background-color css
<style>
a { background-color: #D32F39; }
a { background-color: rgb(211,47,57); }
div.DivClassName
{
background-color: #D32F39;
}
.BgClassName
{
background-color: #D32F39;
}
</style>
border-color css
<style>
span { border-color: #D32F39; }
span { border-color: rgb(211,47,57); }
td.TdClassName
{
border-color: #D32F39;
}
.TagClassName
{
border-color: #D32F39;
}
</style>