Shades of Mahogany #C73940
Tints of Mahogany #C73940
RGB
CMYK
RGB Variations
Color information
#C73940 (or 0xC73940) is known color: Mahogany. HEX triplet: C7, 39 and 40. RGB value is (199,57,64). Sum of RGB (Red+Green+Blue) = 199+57+64=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C73940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73940 is #38C6BF. Grayscale: #646464. Windows color (decimal): -3720896 or 4209095. OLE color: 4209095.
HSL color Cylindrical-coordinate representation of color #C73940: hue angle of 357.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73940 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 64 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.22 |
| HSL | 357.04º | 0.56% | 0.5% | - |
| HSV(B) | 357.04º | 0.71% | 0.78% | - |
| XYZ | 25.94 | 15.44 | 6.46 | - |
| YUV | 100.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 64 | 0 | 0.71 | 0.68 | 0.22 | 357.04 | 0.56 | 0.5 |
| Hex | C7 | 39 | 40 | 0 | 47 | 44 | 16 | 165 | 38 | 32 |
| Octal | 307 | 71 | 100 | 0 | 107 | 104 | 26 | 545 | 70 | 62 |
| Binary | 11000111 | 111001 | 1000000 | 0 | 1000111 | 1000100 | 10110 | 101100101 | 111000 | 110010 |
Color Harmonies of #C73940
Complementary color
Monochromatic Colors of #C73940
Black with #C73940
Text Example
Text Example
White with #C73940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73940; }
p { color: rgb(199,57,64); }
H1.HeaderClassName
{
color: #C73940;
}
.AnyTagClassName
{
color: #C73940;
}
</style>
background-color css
<style>
a { background-color: #C73940; }
a { background-color: rgb(199,57,64); }
div.DivClassName
{
background-color: #C73940;
}
.BgClassName
{
background-color: #C73940;
}
</style>
border-color css
<style>
span { border-color: #C73940; }
span { border-color: rgb(199,57,64); }
td.TdClassName
{
border-color: #C73940;
}
.TagClassName
{
border-color: #C73940;
}
</style>