Shades of Mahogany #C53C41
Tints of Mahogany #C53C41
RGB
CMYK
RGB Variations
Color information
#C53C41 (or 0xC53C41) is known color: Mahogany. HEX triplet: C5, 3C and 41. RGB value is (197,60,65). Sum of RGB (Red+Green+Blue) = 197+60+65=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C41 is #3AC3BE. Grayscale: #656565. Windows color (decimal): -3851199 or 4275397. OLE color: 4275397.
HSL color Cylindrical-coordinate representation of color #C53C41: hue angle of 357.81º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C41 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 65 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.23 |
| HSL | 357.81º | 0.54% | 0.5% | - |
| HSV(B) | 357.81º | 0.7% | 0.77% | - |
| XYZ | 25.6 | 15.48 | 6.64 | - |
| YUV | 101.53 | 107.39 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 65 | 0 | 0.70 | 0.67 | 0.23 | 357.81 | 0.54 | 0.5 |
| Hex | C5 | 3C | 41 | 0 | 46 | 43 | 17 | 166 | 36 | 32 |
| Octal | 305 | 74 | 101 | 0 | 106 | 103 | 27 | 546 | 66 | 62 |
| Binary | 11000101 | 111100 | 1000001 | 0 | 1000110 | 1000011 | 10111 | 101100110 | 110110 | 110010 |
Color Harmonies of #C53C41
Complementary color
Monochromatic Colors of #C53C41
Black with #C53C41
Text Example
Text Example
White with #C53C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C41; }
p { color: rgb(197,60,65); }
H1.HeaderClassName
{
color: #C53C41;
}
.AnyTagClassName
{
color: #C53C41;
}
</style>
background-color css
<style>
a { background-color: #C53C41; }
a { background-color: rgb(197,60,65); }
div.DivClassName
{
background-color: #C53C41;
}
.BgClassName
{
background-color: #C53C41;
}
</style>
border-color css
<style>
span { border-color: #C53C41; }
span { border-color: rgb(197,60,65); }
td.TdClassName
{
border-color: #C53C41;
}
.TagClassName
{
border-color: #C53C41;
}
</style>