Shades of Mahogany #C53F40
Tints of Mahogany #C53F40
RGB
CMYK
RGB Variations
Color information
#C53F40 (or 0xC53F40) is known color: Mahogany. HEX triplet: C5, 3F and 40. RGB value is (197,63,64). Sum of RGB (Red+Green+Blue) = 197+63+64=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F40 is #3AC0BF. Grayscale: #676767. Windows color (decimal): -3850432 or 4210629. OLE color: 4210629.
HSL color Cylindrical-coordinate representation of color #C53F40: hue angle of 359.55º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F40 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 64 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.23 |
| HSL | 359.55º | 0.54% | 0.51% | - |
| HSV(B) | 359.55º | 0.68% | 0.77% | - |
| XYZ | 25.73 | 15.8 | 6.54 | - |
| YUV | 103.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 64 | 0 | 0.68 | 0.68 | 0.23 | 359.55 | 0.54 | 0.51 |
| Hex | C5 | 3F | 40 | 0 | 44 | 44 | 17 | 168 | 36 | 33 |
| Octal | 305 | 77 | 100 | 0 | 104 | 104 | 27 | 550 | 66 | 63 |
| Binary | 11000101 | 111111 | 1000000 | 0 | 1000100 | 1000100 | 10111 | 101101000 | 110110 | 110011 |
Color Harmonies of #C53F40
Complementary color
Monochromatic Colors of #C53F40
Black with #C53F40
Text Example
Text Example
White with #C53F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F40; }
p { color: rgb(197,63,64); }
H1.HeaderClassName
{
color: #C53F40;
}
.AnyTagClassName
{
color: #C53F40;
}
</style>
background-color css
<style>
a { background-color: #C53F40; }
a { background-color: rgb(197,63,64); }
div.DivClassName
{
background-color: #C53F40;
}
.BgClassName
{
background-color: #C53F40;
}
</style>
border-color css
<style>
span { border-color: #C53F40; }
span { border-color: rgb(197,63,64); }
td.TdClassName
{
border-color: #C53F40;
}
.TagClassName
{
border-color: #C53F40;
}
</style>