Shades of Mahogany #C73239
Tints of Mahogany #C73239
RGB
CMYK
RGB Variations
Color information
#C73239 (or 0xC73239) is known color: Mahogany. HEX triplet: C7, 32 and 39. RGB value is (199,50,57). Sum of RGB (Red+Green+Blue) = 199+50+57=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C73239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73239 is #38CDC6. Grayscale: #5F5F5F. Windows color (decimal): -3722695 or 3748551. OLE color: 3748551.
HSL color Cylindrical-coordinate representation of color #C73239: hue angle of 357.18º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73239 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 57 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.22 |
| HSL | 357.18º | 0.6% | 0.49% | - |
| HSV(B) | 357.18º | 0.75% | 0.78% | - |
| XYZ | 25.43 | 14.72 | 5.37 | - |
| YUV | 95.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 57 | 0 | 0.75 | 0.71 | 0.22 | 357.18 | 0.6 | 0.49 |
| Hex | C7 | 32 | 39 | 0 | 4B | 47 | 16 | 165 | 3C | 31 |
| Octal | 307 | 62 | 71 | 0 | 113 | 107 | 26 | 545 | 74 | 61 |
| Binary | 11000111 | 110010 | 111001 | 0 | 1001011 | 1000111 | 10110 | 101100101 | 111100 | 110001 |
Color Harmonies of #C73239
Complementary color
Monochromatic Colors of #C73239
Black with #C73239
Text Example
Text Example
White with #C73239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73239; }
p { color: rgb(199,50,57); }
H1.HeaderClassName
{
color: #C73239;
}
.AnyTagClassName
{
color: #C73239;
}
</style>
background-color css
<style>
a { background-color: #C73239; }
a { background-color: rgb(199,50,57); }
div.DivClassName
{
background-color: #C73239;
}
.BgClassName
{
background-color: #C73239;
}
</style>
border-color css
<style>
span { border-color: #C73239; }
span { border-color: rgb(199,50,57); }
td.TdClassName
{
border-color: #C73239;
}
.TagClassName
{
border-color: #C73239;
}
</style>