Shades of Mahogany #C7292B
Tints of Mahogany #C7292B
RGB
CMYK
RGB Variations
Color information
#C7292B (or 0xC7292B) is known color: Mahogany. HEX triplet: C7, 29 and 2B. RGB value is (199,41,43). Sum of RGB (Red+Green+Blue) = 199+41+43=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7292B is #38D6D4. Grayscale: #585858. Windows color (decimal): -3725013 or 2828743. OLE color: 2828743.
HSL color Cylindrical-coordinate representation of color #C7292B: hue angle of 359.24º 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 #C7292B is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 43 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.22 |
| HSL | 359.24º | 0.66% | 0.47% | - |
| HSV(B) | 359.24º | 0.79% | 0.78% | - |
| XYZ | 24.78 | 13.9 | 3.66 | - |
| YUV | 88.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 43 | 0 | 0.79 | 0.78 | 0.22 | 359.24 | 0.66 | 0.47 |
| Hex | C7 | 29 | 2B | 0 | 4F | 4E | 16 | 167 | 42 | 2F |
| Octal | 307 | 51 | 53 | 0 | 117 | 116 | 26 | 547 | 102 | 57 |
| Binary | 11000111 | 101001 | 101011 | 0 | 1001111 | 1001110 | 10110 | 101100111 | 1000010 | 101111 |
Color Harmonies of #C7292B
Complementary color
Monochromatic Colors of #C7292B
Black with #C7292B
Text Example
Text Example
White with #C7292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7292B; }
p { color: rgb(199,41,43); }
H1.HeaderClassName
{
color: #C7292B;
}
.AnyTagClassName
{
color: #C7292B;
}
</style>
background-color css
<style>
a { background-color: #C7292B; }
a { background-color: rgb(199,41,43); }
div.DivClassName
{
background-color: #C7292B;
}
.BgClassName
{
background-color: #C7292B;
}
</style>
border-color css
<style>
span { border-color: #C7292B; }
span { border-color: rgb(199,41,43); }
td.TdClassName
{
border-color: #C7292B;
}
.TagClassName
{
border-color: #C7292B;
}
</style>