Shades of Mahogany #C74041
Tints of Mahogany #C74041
RGB
CMYK
RGB Variations
Color information
#C74041 (or 0xC74041) is known color: Mahogany. HEX triplet: C7, 40 and 41. RGB value is (199,64,65). Sum of RGB (Red+Green+Blue) = 199+64+65=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C74041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74041 is #38BFBE. Grayscale: #686868. Windows color (decimal): -3719103 or 4276423. OLE color: 4276423.
HSL color Cylindrical-coordinate representation of color #C74041: hue angle of 359.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74041 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 65 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.22 |
| HSL | 359.56º | 0.55% | 0.52% | - |
| HSV(B) | 359.56º | 0.68% | 0.78% | - |
| XYZ | 26.34 | 16.19 | 6.74 | - |
| YUV | 104.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 65 | 0 | 0.68 | 0.67 | 0.22 | 359.56 | 0.55 | 0.52 |
| Hex | C7 | 40 | 41 | 0 | 44 | 43 | 16 | 168 | 37 | 34 |
| Octal | 307 | 100 | 101 | 0 | 104 | 103 | 26 | 550 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1000001 | 0 | 1000100 | 1000011 | 10110 | 101101000 | 110111 | 110100 |
Color Harmonies of #C74041
Complementary color
Monochromatic Colors of #C74041
Black with #C74041
Text Example
Text Example
White with #C74041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74041; }
p { color: rgb(199,64,65); }
H1.HeaderClassName
{
color: #C74041;
}
.AnyTagClassName
{
color: #C74041;
}
</style>
background-color css
<style>
a { background-color: #C74041; }
a { background-color: rgb(199,64,65); }
div.DivClassName
{
background-color: #C74041;
}
.BgClassName
{
background-color: #C74041;
}
</style>
border-color css
<style>
span { border-color: #C74041; }
span { border-color: rgb(199,64,65); }
td.TdClassName
{
border-color: #C74041;
}
.TagClassName
{
border-color: #C74041;
}
</style>