Shades of Mahogany #D32832
Tints of Mahogany #D32832
RGB
CMYK
RGB Variations
Color information
#D32832 (or 0xD32832) is known color: Mahogany. HEX triplet: D3, 28 and 32. RGB value is (211,40,50). Sum of RGB (Red+Green+Blue) = 211+40+50=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D32832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32832 is #2CD7CD. Grayscale: #5C5C5C. Windows color (decimal): -2938830 or 3287251. OLE color: 3287251.
HSL color Cylindrical-coordinate representation of color #D32832: hue angle of 356.49º degrees, saturation: 0.68, 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 #D32832 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 50 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.17 |
| HSL | 356.49º | 0.68% | 0.49% | - |
| HSV(B) | 356.49º | 0.81% | 0.83% | - |
| XYZ | 28.2 | 15.6 | 4.54 | - |
| YUV | 92.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 50 | 0 | 0.81 | 0.76 | 0.17 | 356.49 | 0.68 | 0.49 |
| Hex | D3 | 28 | 32 | 0 | 51 | 4C | 11 | 164 | 44 | 31 |
| Octal | 323 | 50 | 62 | 0 | 121 | 114 | 21 | 544 | 104 | 61 |
| Binary | 11010011 | 101000 | 110010 | 0 | 1010001 | 1001100 | 10001 | 101100100 | 1000100 | 110001 |
Color Harmonies of #D32832
Complementary color
Monochromatic Colors of #D32832
Black with #D32832
Text Example
Text Example
White with #D32832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32832; }
p { color: rgb(211,40,50); }
H1.HeaderClassName
{
color: #D32832;
}
.AnyTagClassName
{
color: #D32832;
}
</style>
background-color css
<style>
a { background-color: #D32832; }
a { background-color: rgb(211,40,50); }
div.DivClassName
{
background-color: #D32832;
}
.BgClassName
{
background-color: #D32832;
}
</style>
border-color css
<style>
span { border-color: #D32832; }
span { border-color: rgb(211,40,50); }
td.TdClassName
{
border-color: #D32832;
}
.TagClassName
{
border-color: #D32832;
}
</style>