Shades of Mahogany #D52E32
Tints of Mahogany #D52E32
RGB
CMYK
RGB Variations
Color information
#D52E32 (or 0xD52E32) is known color: Mahogany. HEX triplet: D5, 2E and 32. RGB value is (213,46,50). Sum of RGB (Red+Green+Blue) = 213+46+50=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E32 is #2AD1CD. Grayscale: #606060. Windows color (decimal): -2806222 or 3288789. OLE color: 3288789.
HSL color Cylindrical-coordinate representation of color #D52E32: hue angle of 358.56º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E32 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 50 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.16 |
| HSL | 358.56º | 0.67% | 0.51% | - |
| HSV(B) | 358.56º | 0.78% | 0.84% | - |
| XYZ | 28.99 | 16.33 | 4.64 | - |
| YUV | 96.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 50 | 0 | 0.78 | 0.77 | 0.16 | 358.56 | 0.67 | 0.51 |
| Hex | D5 | 2E | 32 | 0 | 4E | 4D | 10 | 167 | 43 | 33 |
| Octal | 325 | 56 | 62 | 0 | 116 | 115 | 20 | 547 | 103 | 63 |
| Binary | 11010101 | 101110 | 110010 | 0 | 1001110 | 1001101 | 10000 | 101100111 | 1000011 | 110011 |
Color Harmonies of #D52E32
Complementary color
Monochromatic Colors of #D52E32
Black with #D52E32
Text Example
Text Example
White with #D52E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E32; }
p { color: rgb(213,46,50); }
H1.HeaderClassName
{
color: #D52E32;
}
.AnyTagClassName
{
color: #D52E32;
}
</style>
background-color css
<style>
a { background-color: #D52E32; }
a { background-color: rgb(213,46,50); }
div.DivClassName
{
background-color: #D52E32;
}
.BgClassName
{
background-color: #D52E32;
}
</style>
border-color css
<style>
span { border-color: #D52E32; }
span { border-color: rgb(213,46,50); }
td.TdClassName
{
border-color: #D52E32;
}
.TagClassName
{
border-color: #D52E32;
}
</style>