Shades of Mahogany #C7292D
Tints of Mahogany #C7292D
RGB
CMYK
RGB Variations
Color information
#C7292D (or 0xC7292D) is known color: Mahogany. HEX triplet: C7, 29 and 2D. RGB value is (199,41,45). Sum of RGB (Red+Green+Blue) = 199+41+45=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C7292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7292D is #38D6D2. Grayscale: #585858. Windows color (decimal): -3725011 or 2959815. OLE color: 2959815.
HSL color Cylindrical-coordinate representation of color #C7292D: hue angle of 358.48º 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 #C7292D is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 45 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.22 |
| HSL | 358.48º | 0.66% | 0.47% | - |
| HSV(B) | 358.48º | 0.79% | 0.78% | - |
| XYZ | 24.82 | 13.92 | 3.86 | - |
| YUV | 88.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 45 | 0 | 0.79 | 0.77 | 0.22 | 358.48 | 0.66 | 0.47 |
| Hex | C7 | 29 | 2D | 0 | 4F | 4D | 16 | 166 | 42 | 2F |
| Octal | 307 | 51 | 55 | 0 | 117 | 115 | 26 | 546 | 102 | 57 |
| Binary | 11000111 | 101001 | 101101 | 0 | 1001111 | 1001101 | 10110 | 101100110 | 1000010 | 101111 |
Color Harmonies of #C7292D
Complementary color
Monochromatic Colors of #C7292D
Black with #C7292D
Text Example
Text Example
White with #C7292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7292D; }
p { color: rgb(199,41,45); }
H1.HeaderClassName
{
color: #C7292D;
}
.AnyTagClassName
{
color: #C7292D;
}
</style>
background-color css
<style>
a { background-color: #C7292D; }
a { background-color: rgb(199,41,45); }
div.DivClassName
{
background-color: #C7292D;
}
.BgClassName
{
background-color: #C7292D;
}
</style>
border-color css
<style>
span { border-color: #C7292D; }
span { border-color: rgb(199,41,45); }
td.TdClassName
{
border-color: #C7292D;
}
.TagClassName
{
border-color: #C7292D;
}
</style>