Shades of Mahogany #C73037
Tints of Mahogany #C73037
RGB
CMYK
RGB Variations
Color information
#C73037 (or 0xC73037) is known color: Mahogany. HEX triplet: C7, 30 and 37. RGB value is (199,48,55). Sum of RGB (Red+Green+Blue) = 199+48+55=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C73037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73037 is #38CFC8. Grayscale: #5E5E5E. Windows color (decimal): -3723209 or 3616967. OLE color: 3616967.
HSL color Cylindrical-coordinate representation of color #C73037: hue angle of 357.22º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73037 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 55 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.22 |
| HSL | 357.22º | 0.61% | 0.48% | - |
| HSV(B) | 357.22º | 0.76% | 0.78% | - |
| XYZ | 25.3 | 14.53 | 5.09 | - |
| YUV | 93.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 55 | 0 | 0.76 | 0.72 | 0.22 | 357.22 | 0.61 | 0.48 |
| Hex | C7 | 30 | 37 | 0 | 4C | 48 | 16 | 165 | 3D | 30 |
| Octal | 307 | 60 | 67 | 0 | 114 | 110 | 26 | 545 | 75 | 60 |
| Binary | 11000111 | 110000 | 110111 | 0 | 1001100 | 1001000 | 10110 | 101100101 | 111101 | 110000 |
Color Harmonies of #C73037
Complementary color
Monochromatic Colors of #C73037
Black with #C73037
Text Example
Text Example
White with #C73037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73037; }
p { color: rgb(199,48,55); }
H1.HeaderClassName
{
color: #C73037;
}
.AnyTagClassName
{
color: #C73037;
}
</style>
background-color css
<style>
a { background-color: #C73037; }
a { background-color: rgb(199,48,55); }
div.DivClassName
{
background-color: #C73037;
}
.BgClassName
{
background-color: #C73037;
}
</style>
border-color css
<style>
span { border-color: #C73037; }
span { border-color: rgb(199,48,55); }
td.TdClassName
{
border-color: #C73037;
}
.TagClassName
{
border-color: #C73037;
}
</style>