Shades of Mahogany #D73237
Tints of Mahogany #D73237
RGB
CMYK
RGB Variations
Color information
#D73237 (or 0xD73237) is known color: Mahogany. HEX triplet: D7, 32 and 37. RGB value is (215,50,55). Sum of RGB (Red+Green+Blue) = 215+50+55=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73237 is #28CDC8. Grayscale: #646464. Windows color (decimal): -2674121 or 3617495. OLE color: 3617495.
HSL color Cylindrical-coordinate representation of color #D73237: hue angle of 358.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73237 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 55 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.16 |
| HSL | 358.18º | 0.67% | 0.52% | - |
| HSV(B) | 358.18º | 0.77% | 0.84% | - |
| XYZ | 29.85 | 17 | 5.32 | - |
| YUV | 99.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 55 | 0 | 0.77 | 0.74 | 0.16 | 358.18 | 0.67 | 0.52 |
| Hex | D7 | 32 | 37 | 0 | 4D | 4A | 10 | 166 | 43 | 34 |
| Octal | 327 | 62 | 67 | 0 | 115 | 112 | 20 | 546 | 103 | 64 |
| Binary | 11010111 | 110010 | 110111 | 0 | 1001101 | 1001010 | 10000 | 101100110 | 1000011 | 110100 |
Color Harmonies of #D73237
Complementary color
Monochromatic Colors of #D73237
Black with #D73237
Text Example
Text Example
White with #D73237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73237; }
p { color: rgb(215,50,55); }
H1.HeaderClassName
{
color: #D73237;
}
.AnyTagClassName
{
color: #D73237;
}
</style>
background-color css
<style>
a { background-color: #D73237; }
a { background-color: rgb(215,50,55); }
div.DivClassName
{
background-color: #D73237;
}
.BgClassName
{
background-color: #D73237;
}
</style>
border-color css
<style>
span { border-color: #D73237; }
span { border-color: rgb(215,50,55); }
td.TdClassName
{
border-color: #D73237;
}
.TagClassName
{
border-color: #D73237;
}
</style>