Shades of Mahogany #C53D40
Tints of Mahogany #C53D40
RGB
CMYK
RGB Variations
Color information
#C53D40 (or 0xC53D40) is known color: Mahogany. HEX triplet: C5, 3D and 40. RGB value is (197,61,64). Sum of RGB (Red+Green+Blue) = 197+61+64=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D40 is #3AC2BF. Grayscale: #666666. Windows color (decimal): -3850944 or 4210117. OLE color: 4210117.
HSL color Cylindrical-coordinate representation of color #C53D40: hue angle of 358.68º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D40 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 64 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.23 |
| HSL | 358.68º | 0.54% | 0.51% | - |
| HSV(B) | 358.68º | 0.69% | 0.77% | - |
| XYZ | 25.62 | 15.58 | 6.51 | - |
| YUV | 102.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 64 | 0 | 0.69 | 0.68 | 0.23 | 358.68 | 0.54 | 0.51 |
| Hex | C5 | 3D | 40 | 0 | 45 | 44 | 17 | 167 | 36 | 33 |
| Octal | 305 | 75 | 100 | 0 | 105 | 104 | 27 | 547 | 66 | 63 |
| Binary | 11000101 | 111101 | 1000000 | 0 | 1000101 | 1000100 | 10111 | 101100111 | 110110 | 110011 |
Color Harmonies of #C53D40
Complementary color
Monochromatic Colors of #C53D40
Black with #C53D40
Text Example
Text Example
White with #C53D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D40; }
p { color: rgb(197,61,64); }
H1.HeaderClassName
{
color: #C53D40;
}
.AnyTagClassName
{
color: #C53D40;
}
</style>
background-color css
<style>
a { background-color: #C53D40; }
a { background-color: rgb(197,61,64); }
div.DivClassName
{
background-color: #C53D40;
}
.BgClassName
{
background-color: #C53D40;
}
</style>
border-color css
<style>
span { border-color: #C53D40; }
span { border-color: rgb(197,61,64); }
td.TdClassName
{
border-color: #C53D40;
}
.TagClassName
{
border-color: #C53D40;
}
</style>