Shades of Mahogany #C7272F
Tints of Mahogany #C7272F
RGB
CMYK
RGB Variations
Color information
#C7272F (or 0xC7272F) is known color: Mahogany. HEX triplet: C7, 27 and 2F. RGB value is (199,39,47). Sum of RGB (Red+Green+Blue) = 199+39+47=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C7272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7272F is #38D8D0. Grayscale: #575757. Windows color (decimal): -3725521 or 3090375. OLE color: 3090375.
HSL color Cylindrical-coordinate representation of color #C7272F: hue angle of 357º 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 #C7272F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 47 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.22 |
| HSL | 357º | 0.67% | 0.47% | - |
| HSV(B) | 357º | 0.8% | 0.78% | - |
| XYZ | 24.79 | 13.8 | 4.05 | - |
| YUV | 87.75 | 105.01 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 47 | 0 | 0.80 | 0.76 | 0.22 | 357 | 0.67 | 0.47 |
| Hex | C7 | 27 | 2F | 0 | 50 | 4C | 16 | 165 | 43 | 2F |
| Octal | 307 | 47 | 57 | 0 | 120 | 114 | 26 | 545 | 103 | 57 |
| Binary | 11000111 | 100111 | 101111 | 0 | 1010000 | 1001100 | 10110 | 101100101 | 1000011 | 101111 |
Color Harmonies of #C7272F
Complementary color
Monochromatic Colors of #C7272F
Black with #C7272F
Text Example
Text Example
White with #C7272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7272F; }
p { color: rgb(199,39,47); }
H1.HeaderClassName
{
color: #C7272F;
}
.AnyTagClassName
{
color: #C7272F;
}
</style>
background-color css
<style>
a { background-color: #C7272F; }
a { background-color: rgb(199,39,47); }
div.DivClassName
{
background-color: #C7272F;
}
.BgClassName
{
background-color: #C7272F;
}
</style>
border-color css
<style>
span { border-color: #C7272F; }
span { border-color: rgb(199,39,47); }
td.TdClassName
{
border-color: #C7272F;
}
.TagClassName
{
border-color: #C7272F;
}
</style>