Shades of Mahogany #D73032
Tints of Mahogany #D73032
RGB
CMYK
RGB Variations
Color information
#D73032 (or 0xD73032) is known color: Mahogany. HEX triplet: D7, 30 and 32. RGB value is (215,48,50). Sum of RGB (Red+Green+Blue) = 215+48+50=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D73032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73032 is #28CFCD. Grayscale: #626262. Windows color (decimal): -2674638 or 3289303. OLE color: 3289303.
HSL color Cylindrical-coordinate representation of color #D73032: hue angle of 359.28º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73032 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 50 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.16 |
| HSL | 359.28º | 0.68% | 0.52% | - |
| HSV(B) | 359.28º | 0.78% | 0.84% | - |
| XYZ | 29.66 | 16.79 | 4.7 | - |
| YUV | 98.16 | 100.83 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 50 | 0 | 0.78 | 0.77 | 0.16 | 359.28 | 0.68 | 0.52 |
| Hex | D7 | 30 | 32 | 0 | 4E | 4D | 10 | 167 | 44 | 34 |
| Octal | 327 | 60 | 62 | 0 | 116 | 115 | 20 | 547 | 104 | 64 |
| Binary | 11010111 | 110000 | 110010 | 0 | 1001110 | 1001101 | 10000 | 101100111 | 1000100 | 110100 |
Color Harmonies of #D73032
Complementary color
Monochromatic Colors of #D73032
Black with #D73032
Text Example
Text Example
White with #D73032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73032; }
p { color: rgb(215,48,50); }
H1.HeaderClassName
{
color: #D73032;
}
.AnyTagClassName
{
color: #D73032;
}
</style>
background-color css
<style>
a { background-color: #D73032; }
a { background-color: rgb(215,48,50); }
div.DivClassName
{
background-color: #D73032;
}
.BgClassName
{
background-color: #D73032;
}
</style>
border-color css
<style>
span { border-color: #D73032; }
span { border-color: rgb(215,48,50); }
td.TdClassName
{
border-color: #D73032;
}
.TagClassName
{
border-color: #D73032;
}
</style>