Shades of Mahogany #C7252C
Tints of Mahogany #C7252C
RGB
CMYK
RGB Variations
Color information
#C7252C (or 0xC7252C) is known color: Mahogany. HEX triplet: C7, 25 and 2C. RGB value is (199,37,44). Sum of RGB (Red+Green+Blue) = 199+37+44=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7252C is #38DAD3. Grayscale: #565656. Windows color (decimal): -3726036 or 2893255. OLE color: 2893255.
HSL color Cylindrical-coordinate representation of color #C7252C: hue angle of 357.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7252C is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 44 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.22 |
| HSL | 357.41º | 0.69% | 0.46% | - |
| HSV(B) | 357.41º | 0.81% | 0.78% | - |
| XYZ | 24.67 | 13.65 | 3.72 | - |
| YUV | 86.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 44 | 0 | 0.81 | 0.78 | 0.22 | 357.41 | 0.69 | 0.46 |
| Hex | C7 | 25 | 2C | 0 | 51 | 4E | 16 | 165 | 45 | 2E |
| Octal | 307 | 45 | 54 | 0 | 121 | 116 | 26 | 545 | 105 | 56 |
| Binary | 11000111 | 100101 | 101100 | 0 | 1010001 | 1001110 | 10110 | 101100101 | 1000101 | 101110 |
Color Harmonies of #C7252C
Complementary color
Monochromatic Colors of #C7252C
Black with #C7252C
Text Example
Text Example
White with #C7252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7252C; }
p { color: rgb(199,37,44); }
H1.HeaderClassName
{
color: #C7252C;
}
.AnyTagClassName
{
color: #C7252C;
}
</style>
background-color css
<style>
a { background-color: #C7252C; }
a { background-color: rgb(199,37,44); }
div.DivClassName
{
background-color: #C7252C;
}
.BgClassName
{
background-color: #C7252C;
}
</style>
border-color css
<style>
span { border-color: #C7252C; }
span { border-color: rgb(199,37,44); }
td.TdClassName
{
border-color: #C7252C;
}
.TagClassName
{
border-color: #C7252C;
}
</style>