Shades of Mahogany #C74244
Tints of Mahogany #C74244
RGB
CMYK
RGB Variations
Color information
#C74244 (or 0xC74244) is known color: Mahogany. HEX triplet: C7, 42 and 44. RGB value is (199,66,68). Sum of RGB (Red+Green+Blue) = 199+66+68=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C74244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74244 is #38BDBB. Grayscale: #6A6A6A. Windows color (decimal): -3718588 or 4473543. OLE color: 4473543.
HSL color Cylindrical-coordinate representation of color #C74244: hue angle of 359.1º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74244 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 68 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.22 |
| HSL | 359.1º | 0.54% | 0.52% | - |
| HSV(B) | 359.1º | 0.67% | 0.78% | - |
| XYZ | 26.54 | 16.46 | 7.25 | - |
| YUV | 106 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 68 | 0 | 0.67 | 0.66 | 0.22 | 359.1 | 0.54 | 0.52 |
| Hex | C7 | 42 | 44 | 0 | 43 | 42 | 16 | 167 | 36 | 34 |
| Octal | 307 | 102 | 104 | 0 | 103 | 102 | 26 | 547 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1000100 | 0 | 1000011 | 1000010 | 10110 | 101100111 | 110110 | 110100 |
Color Harmonies of #C74244
Complementary color
Monochromatic Colors of #C74244
Black with #C74244
Text Example
Text Example
White with #C74244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74244; }
p { color: rgb(199,66,68); }
H1.HeaderClassName
{
color: #C74244;
}
.AnyTagClassName
{
color: #C74244;
}
</style>
background-color css
<style>
a { background-color: #C74244; }
a { background-color: rgb(199,66,68); }
div.DivClassName
{
background-color: #C74244;
}
.BgClassName
{
background-color: #C74244;
}
</style>
border-color css
<style>
span { border-color: #C74244; }
span { border-color: rgb(199,66,68); }
td.TdClassName
{
border-color: #C74244;
}
.TagClassName
{
border-color: #C74244;
}
</style>