Shades of Mahogany #C7292F
Tints of Mahogany #C7292F
RGB
CMYK
RGB Variations
Color information
#C7292F (or 0xC7292F) is known color: Mahogany. HEX triplet: C7, 29 and 2F. RGB value is (199,41,47). Sum of RGB (Red+Green+Blue) = 199+41+47=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C7292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7292F is #38D6D0. Grayscale: #595959. Windows color (decimal): -3725009 or 3090887. OLE color: 3090887.
HSL color Cylindrical-coordinate representation of color #C7292F: hue angle of 357.72º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7292F is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 47 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.22 |
| HSL | 357.72º | 0.66% | 0.47% | - |
| HSV(B) | 357.72º | 0.79% | 0.78% | - |
| XYZ | 24.86 | 13.93 | 4.07 | - |
| YUV | 88.93 | 104.35 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 47 | 0 | 0.79 | 0.76 | 0.22 | 357.72 | 0.66 | 0.47 |
| Hex | C7 | 29 | 2F | 0 | 4F | 4C | 16 | 166 | 42 | 2F |
| Octal | 307 | 51 | 57 | 0 | 117 | 114 | 26 | 546 | 102 | 57 |
| Binary | 11000111 | 101001 | 101111 | 0 | 1001111 | 1001100 | 10110 | 101100110 | 1000010 | 101111 |
Color Harmonies of #C7292F
Complementary color
Monochromatic Colors of #C7292F
Black with #C7292F
Text Example
Text Example
White with #C7292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7292F; }
p { color: rgb(199,41,47); }
H1.HeaderClassName
{
color: #C7292F;
}
.AnyTagClassName
{
color: #C7292F;
}
</style>
background-color css
<style>
a { background-color: #C7292F; }
a { background-color: rgb(199,41,47); }
div.DivClassName
{
background-color: #C7292F;
}
.BgClassName
{
background-color: #C7292F;
}
</style>
border-color css
<style>
span { border-color: #C7292F; }
span { border-color: rgb(199,41,47); }
td.TdClassName
{
border-color: #C7292F;
}
.TagClassName
{
border-color: #C7292F;
}
</style>