Shades of Mahogany #C53940
Tints of Mahogany #C53940
RGB
CMYK
RGB Variations
Color information
#C53940 (or 0xC53940) is known color: Mahogany. HEX triplet: C5, 39 and 40. RGB value is (197,57,64). Sum of RGB (Red+Green+Blue) = 197+57+64=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53940 is #3AC6BF. Grayscale: #636363. Windows color (decimal): -3851968 or 4209093. OLE color: 4209093.
HSL color Cylindrical-coordinate representation of color #C53940: hue angle of 357º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53940 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 64 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.23 |
| HSL | 357º | 0.55% | 0.5% | - |
| HSV(B) | 357º | 0.71% | 0.77% | - |
| XYZ | 25.41 | 15.17 | 6.44 | - |
| YUV | 99.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 64 | 0 | 0.71 | 0.68 | 0.23 | 357 | 0.55 | 0.5 |
| Hex | C5 | 39 | 40 | 0 | 47 | 44 | 17 | 165 | 37 | 32 |
| Octal | 305 | 71 | 100 | 0 | 107 | 104 | 27 | 545 | 67 | 62 |
| Binary | 11000101 | 111001 | 1000000 | 0 | 1000111 | 1000100 | 10111 | 101100101 | 110111 | 110010 |
Color Harmonies of #C53940
Complementary color
Monochromatic Colors of #C53940
Black with #C53940
Text Example
Text Example
White with #C53940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53940; }
p { color: rgb(197,57,64); }
H1.HeaderClassName
{
color: #C53940;
}
.AnyTagClassName
{
color: #C53940;
}
</style>
background-color css
<style>
a { background-color: #C53940; }
a { background-color: rgb(197,57,64); }
div.DivClassName
{
background-color: #C53940;
}
.BgClassName
{
background-color: #C53940;
}
</style>
border-color css
<style>
span { border-color: #C53940; }
span { border-color: rgb(197,57,64); }
td.TdClassName
{
border-color: #C53940;
}
.TagClassName
{
border-color: #C53940;
}
</style>