Shades of Mahogany #C72D37
Tints of Mahogany #C72D37
RGB
CMYK
RGB Variations
Color information
#C72D37 (or 0xC72D37) is known color: Mahogany. HEX triplet: C7, 2D and 37. RGB value is (199,45,55). Sum of RGB (Red+Green+Blue) = 199+45+55=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D37 is #38D2C8. Grayscale: #5C5C5C. Windows color (decimal): -3723977 or 3616199. OLE color: 3616199.
HSL color Cylindrical-coordinate representation of color #C72D37: hue angle of 356.1º degrees, saturation: 0.63, 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 #C72D37 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 55 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.22 |
| HSL | 356.1º | 0.63% | 0.48% | - |
| HSV(B) | 356.1º | 0.77% | 0.78% | - |
| XYZ | 25.18 | 14.29 | 5.05 | - |
| YUV | 92.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 55 | 0 | 0.77 | 0.72 | 0.22 | 356.1 | 0.63 | 0.48 |
| Hex | C7 | 2D | 37 | 0 | 4D | 48 | 16 | 164 | 3F | 30 |
| Octal | 307 | 55 | 67 | 0 | 115 | 110 | 26 | 544 | 77 | 60 |
| Binary | 11000111 | 101101 | 110111 | 0 | 1001101 | 1001000 | 10110 | 101100100 | 111111 | 110000 |
Color Harmonies of #C72D37
Complementary color
Monochromatic Colors of #C72D37
Black with #C72D37
Text Example
Text Example
White with #C72D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72D37; }
p { color: rgb(199,45,55); }
H1.HeaderClassName
{
color: #C72D37;
}
.AnyTagClassName
{
color: #C72D37;
}
</style>
background-color css
<style>
a { background-color: #C72D37; }
a { background-color: rgb(199,45,55); }
div.DivClassName
{
background-color: #C72D37;
}
.BgClassName
{
background-color: #C72D37;
}
</style>
border-color css
<style>
span { border-color: #C72D37; }
span { border-color: rgb(199,45,55); }
td.TdClassName
{
border-color: #C72D37;
}
.TagClassName
{
border-color: #C72D37;
}
</style>