Shades of Mahogany #C72F39
Tints of Mahogany #C72F39
RGB
CMYK
RGB Variations
Color information
#C72F39 (or 0xC72F39) is known color: Mahogany. HEX triplet: C7, 2F and 39. RGB value is (199,47,57). Sum of RGB (Red+Green+Blue) = 199+47+57=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72F39 is #38D0C6. Grayscale: #5D5D5D. Windows color (decimal): -3723463 or 3747783. OLE color: 3747783.
HSL color Cylindrical-coordinate representation of color #C72F39: hue angle of 356.05º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72F39 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 47 | 57 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.22 |
| HSL | 356.05º | 0.62% | 0.48% | - |
| HSV(B) | 356.05º | 0.76% | 0.78% | - |
| XYZ | 25.31 | 14.47 | 5.33 | - |
| YUV | 93.59 | 107.36 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 57 | 0 | 0.76 | 0.71 | 0.22 | 356.05 | 0.62 | 0.48 |
| Hex | C7 | 2F | 39 | 0 | 4C | 47 | 16 | 164 | 3E | 30 |
| Octal | 307 | 57 | 71 | 0 | 114 | 107 | 26 | 544 | 76 | 60 |
| Binary | 11000111 | 101111 | 111001 | 0 | 1001100 | 1000111 | 10110 | 101100100 | 111110 | 110000 |
Color Harmonies of #C72F39
Complementary color
Monochromatic Colors of #C72F39
Black with #C72F39
Text Example
Text Example
White with #C72F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72F39; }
p { color: rgb(199,47,57); }
H1.HeaderClassName
{
color: #C72F39;
}
.AnyTagClassName
{
color: #C72F39;
}
</style>
background-color css
<style>
a { background-color: #C72F39; }
a { background-color: rgb(199,47,57); }
div.DivClassName
{
background-color: #C72F39;
}
.BgClassName
{
background-color: #C72F39;
}
</style>
border-color css
<style>
span { border-color: #C72F39; }
span { border-color: rgb(199,47,57); }
td.TdClassName
{
border-color: #C72F39;
}
.TagClassName
{
border-color: #C72F39;
}
</style>