Shades of Mahogany #D32932
Tints of Mahogany #D32932
RGB
CMYK
RGB Variations
Color information
#D32932 (or 0xD32932) is known color: Mahogany. HEX triplet: D3, 29 and 32. RGB value is (211,41,50). Sum of RGB (Red+Green+Blue) = 211+41+50=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D32932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32932 is #2CD6CD. Grayscale: #5C5C5C. Windows color (decimal): -2938574 or 3287507. OLE color: 3287507.
HSL color Cylindrical-coordinate representation of color #D32932: hue angle of 356.82º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32932 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 50 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.17 |
| HSL | 356.82º | 0.67% | 0.49% | - |
| HSV(B) | 356.82º | 0.81% | 0.83% | - |
| XYZ | 28.23 | 15.67 | 4.55 | - |
| YUV | 92.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 50 | 0 | 0.81 | 0.76 | 0.17 | 356.82 | 0.67 | 0.49 |
| Hex | D3 | 29 | 32 | 0 | 51 | 4C | 11 | 165 | 43 | 31 |
| Octal | 323 | 51 | 62 | 0 | 121 | 114 | 21 | 545 | 103 | 61 |
| Binary | 11010011 | 101001 | 110010 | 0 | 1010001 | 1001100 | 10001 | 101100101 | 1000011 | 110001 |
Color Harmonies of #D32932
Complementary color
Monochromatic Colors of #D32932
Black with #D32932
Text Example
Text Example
White with #D32932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32932; }
p { color: rgb(211,41,50); }
H1.HeaderClassName
{
color: #D32932;
}
.AnyTagClassName
{
color: #D32932;
}
</style>
background-color css
<style>
a { background-color: #D32932; }
a { background-color: rgb(211,41,50); }
div.DivClassName
{
background-color: #D32932;
}
.BgClassName
{
background-color: #D32932;
}
</style>
border-color css
<style>
span { border-color: #D32932; }
span { border-color: rgb(211,41,50); }
td.TdClassName
{
border-color: #D32932;
}
.TagClassName
{
border-color: #D32932;
}
</style>