Shades of Mahogany #C53A40
Tints of Mahogany #C53A40
RGB
CMYK
RGB Variations
Color information
#C53A40 (or 0xC53A40) is known color: Mahogany. HEX triplet: C5, 3A and 40. RGB value is (197,58,64). Sum of RGB (Red+Green+Blue) = 197+58+64=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A40 is #3AC5BF. Grayscale: #646464. Windows color (decimal): -3851712 or 4209349. OLE color: 4209349.
HSL color Cylindrical-coordinate representation of color #C53A40: hue angle of 357.41º 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 #C53A40 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 64 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.23 |
| HSL | 357.41º | 0.55% | 0.5% | - |
| HSV(B) | 357.41º | 0.71% | 0.77% | - |
| XYZ | 25.46 | 15.27 | 6.46 | - |
| YUV | 100.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 64 | 0 | 0.71 | 0.68 | 0.23 | 357.41 | 0.55 | 0.5 |
| Hex | C5 | 3A | 40 | 0 | 47 | 44 | 17 | 165 | 37 | 32 |
| Octal | 305 | 72 | 100 | 0 | 107 | 104 | 27 | 545 | 67 | 62 |
| Binary | 11000101 | 111010 | 1000000 | 0 | 1000111 | 1000100 | 10111 | 101100101 | 110111 | 110010 |
Color Harmonies of #C53A40
Complementary color
Monochromatic Colors of #C53A40
Black with #C53A40
Text Example
Text Example
White with #C53A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A40; }
p { color: rgb(197,58,64); }
H1.HeaderClassName
{
color: #C53A40;
}
.AnyTagClassName
{
color: #C53A40;
}
</style>
background-color css
<style>
a { background-color: #C53A40; }
a { background-color: rgb(197,58,64); }
div.DivClassName
{
background-color: #C53A40;
}
.BgClassName
{
background-color: #C53A40;
}
</style>
border-color css
<style>
span { border-color: #C53A40; }
span { border-color: rgb(197,58,64); }
td.TdClassName
{
border-color: #C53A40;
}
.TagClassName
{
border-color: #C53A40;
}
</style>