Shades of Mahogany #C72E37
Tints of Mahogany #C72E37
RGB
CMYK
RGB Variations
Color information
#C72E37 (or 0xC72E37) is known color: Mahogany. HEX triplet: C7, 2E and 37. RGB value is (199,46,55). Sum of RGB (Red+Green+Blue) = 199+46+55=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C72E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72E37 is #38D1C8. Grayscale: #5C5C5C. Windows color (decimal): -3723721 or 3616455. OLE color: 3616455.
HSL color Cylindrical-coordinate representation of color #C72E37: hue angle of 356.47º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72E37 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 46 | 55 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.22 |
| HSL | 356.47º | 0.62% | 0.48% | - |
| HSV(B) | 356.47º | 0.77% | 0.78% | - |
| XYZ | 25.22 | 14.37 | 5.06 | - |
| YUV | 92.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 55 | 0 | 0.77 | 0.72 | 0.22 | 356.47 | 0.62 | 0.48 |
| Hex | C7 | 2E | 37 | 0 | 4D | 48 | 16 | 164 | 3E | 30 |
| Octal | 307 | 56 | 67 | 0 | 115 | 110 | 26 | 544 | 76 | 60 |
| Binary | 11000111 | 101110 | 110111 | 0 | 1001101 | 1001000 | 10110 | 101100100 | 111110 | 110000 |
Color Harmonies of #C72E37
Complementary color
Monochromatic Colors of #C72E37
Black with #C72E37
Text Example
Text Example
White with #C72E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72E37; }
p { color: rgb(199,46,55); }
H1.HeaderClassName
{
color: #C72E37;
}
.AnyTagClassName
{
color: #C72E37;
}
</style>
background-color css
<style>
a { background-color: #C72E37; }
a { background-color: rgb(199,46,55); }
div.DivClassName
{
background-color: #C72E37;
}
.BgClassName
{
background-color: #C72E37;
}
</style>
border-color css
<style>
span { border-color: #C72E37; }
span { border-color: rgb(199,46,55); }
td.TdClassName
{
border-color: #C72E37;
}
.TagClassName
{
border-color: #C72E37;
}
</style>