Shades of Mahogany #D72F32
Tints of Mahogany #D72F32
RGB
CMYK
RGB Variations
Color information
#D72F32 (or 0xD72F32) is known color: Mahogany. HEX triplet: D7, 2F and 32. RGB value is (215,47,50). Sum of RGB (Red+Green+Blue) = 215+47+50=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F32 is #28D0CD. Grayscale: #616161. Windows color (decimal): -2674894 or 3289047. OLE color: 3289047.
HSL color Cylindrical-coordinate representation of color #D72F32: hue angle of 358.93º degrees, saturation: 0.68, 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 #D72F32 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 50 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.16 |
| HSL | 358.93º | 0.68% | 0.51% | - |
| HSV(B) | 358.93º | 0.78% | 0.84% | - |
| XYZ | 29.62 | 16.71 | 4.68 | - |
| YUV | 97.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 50 | 0 | 0.78 | 0.77 | 0.16 | 358.93 | 0.68 | 0.51 |
| Hex | D7 | 2F | 32 | 0 | 4E | 4D | 10 | 167 | 44 | 33 |
| Octal | 327 | 57 | 62 | 0 | 116 | 115 | 20 | 547 | 104 | 63 |
| Binary | 11010111 | 101111 | 110010 | 0 | 1001110 | 1001101 | 10000 | 101100111 | 1000100 | 110011 |
Color Harmonies of #D72F32
Complementary color
Monochromatic Colors of #D72F32
Black with #D72F32
Text Example
Text Example
White with #D72F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F32; }
p { color: rgb(215,47,50); }
H1.HeaderClassName
{
color: #D72F32;
}
.AnyTagClassName
{
color: #D72F32;
}
</style>
background-color css
<style>
a { background-color: #D72F32; }
a { background-color: rgb(215,47,50); }
div.DivClassName
{
background-color: #D72F32;
}
.BgClassName
{
background-color: #D72F32;
}
</style>
border-color css
<style>
span { border-color: #D72F32; }
span { border-color: rgb(215,47,50); }
td.TdClassName
{
border-color: #D72F32;
}
.TagClassName
{
border-color: #D72F32;
}
</style>