Shades of Mahogany #D73536
Tints of Mahogany #D73536
RGB
CMYK
RGB Variations
Color information
#D73536 (or 0xD73536) is known color: Mahogany. HEX triplet: D7, 35 and 36. RGB value is (215,53,54). Sum of RGB (Red+Green+Blue) = 215+53+54=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D73536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73536 is #28CAC9. Grayscale: #656565. Windows color (decimal): -2673354 or 3552727. OLE color: 3552727.
HSL color Cylindrical-coordinate representation of color #D73536: hue angle of 359.63º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73536 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 54 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.16 |
| HSL | 359.63º | 0.67% | 0.53% | - |
| HSV(B) | 359.63º | 0.75% | 0.84% | - |
| XYZ | 29.96 | 17.26 | 5.24 | - |
| YUV | 101.55 | 101.17 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 54 | 0 | 0.75 | 0.75 | 0.16 | 359.63 | 0.67 | 0.53 |
| Hex | D7 | 35 | 36 | 0 | 4B | 4B | 10 | 168 | 43 | 35 |
| Octal | 327 | 65 | 66 | 0 | 113 | 113 | 20 | 550 | 103 | 65 |
| Binary | 11010111 | 110101 | 110110 | 0 | 1001011 | 1001011 | 10000 | 101101000 | 1000011 | 110101 |
Color Harmonies of #D73536
Complementary color
Monochromatic Colors of #D73536
Black with #D73536
Text Example
Text Example
White with #D73536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73536; }
p { color: rgb(215,53,54); }
H1.HeaderClassName
{
color: #D73536;
}
.AnyTagClassName
{
color: #D73536;
}
</style>
background-color css
<style>
a { background-color: #D73536; }
a { background-color: rgb(215,53,54); }
div.DivClassName
{
background-color: #D73536;
}
.BgClassName
{
background-color: #D73536;
}
</style>
border-color css
<style>
span { border-color: #D73536; }
span { border-color: rgb(215,53,54); }
td.TdClassName
{
border-color: #D73536;
}
.TagClassName
{
border-color: #D73536;
}
</style>