Shades of Mahogany #C72F34
Tints of Mahogany #C72F34
RGB
CMYK
RGB Variations
Color information
#C72F34 (or 0xC72F34) is known color: Mahogany. HEX triplet: C7, 2F and 34. RGB value is (199,47,52). Sum of RGB (Red+Green+Blue) = 199+47+52=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72F34 is #38D0CB. Grayscale: #5D5D5D. Windows color (decimal): -3723468 or 3420103. OLE color: 3420103.
HSL color Cylindrical-coordinate representation of color #C72F34: hue angle of 358.03º 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 #C72F34 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 47 | 52 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.22 |
| HSL | 358.03º | 0.62% | 0.48% | - |
| HSV(B) | 358.03º | 0.76% | 0.78% | - |
| XYZ | 25.19 | 14.42 | 4.71 | - |
| YUV | 93.02 | 104.86 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 52 | 0 | 0.76 | 0.74 | 0.22 | 358.03 | 0.62 | 0.48 |
| Hex | C7 | 2F | 34 | 0 | 4C | 4A | 16 | 166 | 3E | 30 |
| Octal | 307 | 57 | 64 | 0 | 114 | 112 | 26 | 546 | 76 | 60 |
| Binary | 11000111 | 101111 | 110100 | 0 | 1001100 | 1001010 | 10110 | 101100110 | 111110 | 110000 |
Color Harmonies of #C72F34
Complementary color
Monochromatic Colors of #C72F34
Black with #C72F34
Text Example
Text Example
White with #C72F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72F34; }
p { color: rgb(199,47,52); }
H1.HeaderClassName
{
color: #C72F34;
}
.AnyTagClassName
{
color: #C72F34;
}
</style>
background-color css
<style>
a { background-color: #C72F34; }
a { background-color: rgb(199,47,52); }
div.DivClassName
{
background-color: #C72F34;
}
.BgClassName
{
background-color: #C72F34;
}
</style>
border-color css
<style>
span { border-color: #C72F34; }
span { border-color: rgb(199,47,52); }
td.TdClassName
{
border-color: #C72F34;
}
.TagClassName
{
border-color: #C72F34;
}
</style>