Shades of Mahogany #C73637
Tints of Mahogany #C73637
RGB
CMYK
RGB Variations
Color information
#C73637 (or 0xC73637) is known color: Mahogany. HEX triplet: C7, 36 and 37. RGB value is (199,54,55). Sum of RGB (Red+Green+Blue) = 199+54+55=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C73637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73637 is #38C9C8. Grayscale: #616161. Windows color (decimal): -3721673 or 3618503. OLE color: 3618503.
HSL color Cylindrical-coordinate representation of color #C73637: hue angle of 359.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73637 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 55 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.22 |
| HSL | 359.59º | 0.57% | 0.5% | - |
| HSV(B) | 359.59º | 0.73% | 0.78% | - |
| XYZ | 25.56 | 15.06 | 5.17 | - |
| YUV | 97.47 | 104.04 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 55 | 0 | 0.73 | 0.72 | 0.22 | 359.59 | 0.57 | 0.5 |
| Hex | C7 | 36 | 37 | 0 | 49 | 48 | 16 | 168 | 39 | 32 |
| Octal | 307 | 66 | 67 | 0 | 111 | 110 | 26 | 550 | 71 | 62 |
| Binary | 11000111 | 110110 | 110111 | 0 | 1001001 | 1001000 | 10110 | 101101000 | 111001 | 110010 |
Color Harmonies of #C73637
Complementary color
Monochromatic Colors of #C73637
Black with #C73637
Text Example
Text Example
White with #C73637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73637; }
p { color: rgb(199,54,55); }
H1.HeaderClassName
{
color: #C73637;
}
.AnyTagClassName
{
color: #C73637;
}
</style>
background-color css
<style>
a { background-color: #C73637; }
a { background-color: rgb(199,54,55); }
div.DivClassName
{
background-color: #C73637;
}
.BgClassName
{
background-color: #C73637;
}
</style>
border-color css
<style>
span { border-color: #C73637; }
span { border-color: rgb(199,54,55); }
td.TdClassName
{
border-color: #C73637;
}
.TagClassName
{
border-color: #C73637;
}
</style>