Shades of Mahogany #C53A3E
Tints of Mahogany #C53A3E
RGB
CMYK
RGB Variations
Color information
#C53A3E (or 0xC53A3E) is known color: Mahogany. HEX triplet: C5, 3A and 3E. RGB value is (197,58,62). Sum of RGB (Red+Green+Blue) = 197+58+62=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A3E is #3AC5C1. Grayscale: #646464. Windows color (decimal): -3851714 or 4078277. OLE color: 4078277.
HSL color Cylindrical-coordinate representation of color #C53A3E: hue angle of 358.27º 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 #C53A3E is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 62 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.23 |
| HSL | 358.27º | 0.55% | 0.5% | - |
| HSV(B) | 358.27º | 0.71% | 0.77% | - |
| XYZ | 25.41 | 15.24 | 6.16 | - |
| YUV | 100.02 | 106.55 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 62 | 0 | 0.71 | 0.69 | 0.23 | 358.27 | 0.55 | 0.5 |
| Hex | C5 | 3A | 3E | 0 | 47 | 45 | 17 | 166 | 37 | 32 |
| Octal | 305 | 72 | 76 | 0 | 107 | 105 | 27 | 546 | 67 | 62 |
| Binary | 11000101 | 111010 | 111110 | 0 | 1000111 | 1000101 | 10111 | 101100110 | 110111 | 110010 |
Color Harmonies of #C53A3E
Complementary color
Monochromatic Colors of #C53A3E
Black with #C53A3E
Text Example
Text Example
White with #C53A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A3E; }
p { color: rgb(197,58,62); }
H1.HeaderClassName
{
color: #C53A3E;
}
.AnyTagClassName
{
color: #C53A3E;
}
</style>
background-color css
<style>
a { background-color: #C53A3E; }
a { background-color: rgb(197,58,62); }
div.DivClassName
{
background-color: #C53A3E;
}
.BgClassName
{
background-color: #C53A3E;
}
</style>
border-color css
<style>
span { border-color: #C53A3E; }
span { border-color: rgb(197,58,62); }
td.TdClassName
{
border-color: #C53A3E;
}
.TagClassName
{
border-color: #C53A3E;
}
</style>