Shades of Mahogany #C72E2F
Tints of Mahogany #C72E2F
RGB
CMYK
RGB Variations
Color information
#C72E2F (or 0xC72E2F) is known color: Mahogany. HEX triplet: C7, 2E and 2F. RGB value is (199,46,47). Sum of RGB (Red+Green+Blue) = 199+46+47=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C72E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72E2F is #38D1D0. Grayscale: #5C5C5C. Windows color (decimal): -3723729 or 3092167. OLE color: 3092167.
HSL color Cylindrical-coordinate representation of color #C72E2F: hue angle of 359.61º 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 #C72E2F is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 46 | 47 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.22 |
| HSL | 359.61º | 0.62% | 0.48% | - |
| HSV(B) | 359.61º | 0.77% | 0.78% | - |
| XYZ | 25.04 | 14.3 | 4.13 | - |
| YUV | 91.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 47 | 0 | 0.77 | 0.76 | 0.22 | 359.61 | 0.62 | 0.48 |
| Hex | C7 | 2E | 2F | 0 | 4D | 4C | 16 | 168 | 3E | 30 |
| Octal | 307 | 56 | 57 | 0 | 115 | 114 | 26 | 550 | 76 | 60 |
| Binary | 11000111 | 101110 | 101111 | 0 | 1001101 | 1001100 | 10110 | 101101000 | 111110 | 110000 |
Color Harmonies of #C72E2F
Complementary color
Monochromatic Colors of #C72E2F
Black with #C72E2F
Text Example
Text Example
White with #C72E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72E2F; }
p { color: rgb(199,46,47); }
H1.HeaderClassName
{
color: #C72E2F;
}
.AnyTagClassName
{
color: #C72E2F;
}
</style>
background-color css
<style>
a { background-color: #C72E2F; }
a { background-color: rgb(199,46,47); }
div.DivClassName
{
background-color: #C72E2F;
}
.BgClassName
{
background-color: #C72E2F;
}
</style>
border-color css
<style>
span { border-color: #C72E2F; }
span { border-color: rgb(199,46,47); }
td.TdClassName
{
border-color: #C72E2F;
}
.TagClassName
{
border-color: #C72E2F;
}
</style>