Shades of Mahogany #C73036
Tints of Mahogany #C73036
RGB
CMYK
RGB Variations
Color information
#C73036 (or 0xC73036) is known color: Mahogany. HEX triplet: C7, 30 and 36. RGB value is (199,48,54). Sum of RGB (Red+Green+Blue) = 199+48+54=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C73036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73036 is #38CFC9. Grayscale: #5D5D5D. Windows color (decimal): -3723210 or 3551431. OLE color: 3551431.
HSL color Cylindrical-coordinate representation of color #C73036: hue angle of 357.62º 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 #C73036 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 54 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.22 |
| HSL | 357.62º | 0.61% | 0.48% | - |
| HSV(B) | 357.62º | 0.76% | 0.78% | - |
| XYZ | 25.28 | 14.52 | 4.96 | - |
| YUV | 93.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 54 | 0 | 0.76 | 0.73 | 0.22 | 357.62 | 0.61 | 0.48 |
| Hex | C7 | 30 | 36 | 0 | 4C | 49 | 16 | 166 | 3D | 30 |
| Octal | 307 | 60 | 66 | 0 | 114 | 111 | 26 | 546 | 75 | 60 |
| Binary | 11000111 | 110000 | 110110 | 0 | 1001100 | 1001001 | 10110 | 101100110 | 111101 | 110000 |
Color Harmonies of #C73036
Complementary color
Monochromatic Colors of #C73036
Black with #C73036
Text Example
Text Example
White with #C73036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73036; }
p { color: rgb(199,48,54); }
H1.HeaderClassName
{
color: #C73036;
}
.AnyTagClassName
{
color: #C73036;
}
</style>
background-color css
<style>
a { background-color: #C73036; }
a { background-color: rgb(199,48,54); }
div.DivClassName
{
background-color: #C73036;
}
.BgClassName
{
background-color: #C73036;
}
</style>
border-color css
<style>
span { border-color: #C73036; }
span { border-color: rgb(199,48,54); }
td.TdClassName
{
border-color: #C73036;
}
.TagClassName
{
border-color: #C73036;
}
</style>