Shades of Mahogany #C52C2F
Tints of Mahogany #C52C2F
RGB
CMYK
RGB Variations
Color information
#C52C2F (or 0xC52C2F) is known color: Mahogany. HEX triplet: C5, 2C and 2F. RGB value is (197,44,47). Sum of RGB (Red+Green+Blue) = 197+44+47=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C2F is #3AD3D0. Grayscale: #5A5A5A. Windows color (decimal): -3855313 or 3091653. OLE color: 3091653.
HSL color Cylindrical-coordinate representation of color #C52C2F: hue angle of 358.82º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C2F is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 47 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.23 |
| HSL | 358.82º | 0.63% | 0.47% | - |
| HSV(B) | 358.82º | 0.78% | 0.77% | - |
| XYZ | 24.44 | 13.88 | 4.08 | - |
| YUV | 90.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 47 | 0 | 0.78 | 0.76 | 0.23 | 358.82 | 0.63 | 0.47 |
| Hex | C5 | 2C | 2F | 0 | 4E | 4C | 17 | 167 | 3F | 2F |
| Octal | 305 | 54 | 57 | 0 | 116 | 114 | 27 | 547 | 77 | 57 |
| Binary | 11000101 | 101100 | 101111 | 0 | 1001110 | 1001100 | 10111 | 101100111 | 111111 | 101111 |
Color Harmonies of #C52C2F
Complementary color
Monochromatic Colors of #C52C2F
Black with #C52C2F
Text Example
Text Example
White with #C52C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C2F; }
p { color: rgb(197,44,47); }
H1.HeaderClassName
{
color: #C52C2F;
}
.AnyTagClassName
{
color: #C52C2F;
}
</style>
background-color css
<style>
a { background-color: #C52C2F; }
a { background-color: rgb(197,44,47); }
div.DivClassName
{
background-color: #C52C2F;
}
.BgClassName
{
background-color: #C52C2F;
}
</style>
border-color css
<style>
span { border-color: #C52C2F; }
span { border-color: rgb(197,44,47); }
td.TdClassName
{
border-color: #C52C2F;
}
.TagClassName
{
border-color: #C52C2F;
}
</style>