Shades of Mahogany #C7252D
Tints of Mahogany #C7252D
RGB
CMYK
RGB Variations
Color information
#C7252D (or 0xC7252D) is known color: Mahogany. HEX triplet: C7, 25 and 2D. RGB value is (199,37,45). Sum of RGB (Red+Green+Blue) = 199+37+45=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7252D is #38DAD2. Grayscale: #565656. Windows color (decimal): -3726035 or 2958791. OLE color: 2958791.
HSL color Cylindrical-coordinate representation of color #C7252D: hue angle of 357.04º 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 #C7252D is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 45 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.22 |
| HSL | 357.04º | 0.69% | 0.46% | - |
| HSV(B) | 357.04º | 0.81% | 0.78% | - |
| XYZ | 24.69 | 13.65 | 3.82 | - |
| YUV | 86.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 45 | 0 | 0.81 | 0.77 | 0.22 | 357.04 | 0.69 | 0.46 |
| Hex | C7 | 25 | 2D | 0 | 51 | 4D | 16 | 165 | 45 | 2E |
| Octal | 307 | 45 | 55 | 0 | 121 | 115 | 26 | 545 | 105 | 56 |
| Binary | 11000111 | 100101 | 101101 | 0 | 1010001 | 1001101 | 10110 | 101100101 | 1000101 | 101110 |
Color Harmonies of #C7252D
Complementary color
Monochromatic Colors of #C7252D
Black with #C7252D
Text Example
Text Example
White with #C7252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7252D; }
p { color: rgb(199,37,45); }
H1.HeaderClassName
{
color: #C7252D;
}
.AnyTagClassName
{
color: #C7252D;
}
</style>
background-color css
<style>
a { background-color: #C7252D; }
a { background-color: rgb(199,37,45); }
div.DivClassName
{
background-color: #C7252D;
}
.BgClassName
{
background-color: #C7252D;
}
</style>
border-color css
<style>
span { border-color: #C7252D; }
span { border-color: rgb(199,37,45); }
td.TdClassName
{
border-color: #C7252D;
}
.TagClassName
{
border-color: #C7252D;
}
</style>