Shades of Mahogany #C7272C
Tints of Mahogany #C7272C
RGB
CMYK
RGB Variations
Color information
#C7272C (or 0xC7272C) is known color: Mahogany. HEX triplet: C7, 27 and 2C. RGB value is (199,39,44). Sum of RGB (Red+Green+Blue) = 199+39+44=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7272C is #38D8D3. Grayscale: #575757. Windows color (decimal): -3725524 or 2893767. OLE color: 2893767.
HSL color Cylindrical-coordinate representation of color #C7272C: hue angle of 358.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7272C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 44 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.22 |
| HSL | 358.13º | 0.67% | 0.47% | - |
| HSV(B) | 358.13º | 0.8% | 0.78% | - |
| XYZ | 24.73 | 13.78 | 3.74 | - |
| YUV | 87.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 44 | 0 | 0.80 | 0.78 | 0.22 | 358.13 | 0.67 | 0.47 |
| Hex | C7 | 27 | 2C | 0 | 50 | 4E | 16 | 166 | 43 | 2F |
| Octal | 307 | 47 | 54 | 0 | 120 | 116 | 26 | 546 | 103 | 57 |
| Binary | 11000111 | 100111 | 101100 | 0 | 1010000 | 1001110 | 10110 | 101100110 | 1000011 | 101111 |
Color Harmonies of #C7272C
Complementary color
Monochromatic Colors of #C7272C
Black with #C7272C
Text Example
Text Example
White with #C7272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7272C; }
p { color: rgb(199,39,44); }
H1.HeaderClassName
{
color: #C7272C;
}
.AnyTagClassName
{
color: #C7272C;
}
</style>
background-color css
<style>
a { background-color: #C7272C; }
a { background-color: rgb(199,39,44); }
div.DivClassName
{
background-color: #C7272C;
}
.BgClassName
{
background-color: #C7272C;
}
</style>
border-color css
<style>
span { border-color: #C7272C; }
span { border-color: rgb(199,39,44); }
td.TdClassName
{
border-color: #C7272C;
}
.TagClassName
{
border-color: #C7272C;
}
</style>