Shades of Mahogany #C53B3E
Tints of Mahogany #C53B3E
RGB
CMYK
RGB Variations
Color information
#C53B3E (or 0xC53B3E) is known color: Mahogany. HEX triplet: C5, 3B and 3E. RGB value is (197,59,62). Sum of RGB (Red+Green+Blue) = 197+59+62=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B3E is #3AC4C1. Grayscale: #646464. Windows color (decimal): -3851458 or 4078533. OLE color: 4078533.
HSL color Cylindrical-coordinate representation of color #C53B3E: hue angle of 358.7º 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 #C53B3E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 62 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.23 |
| HSL | 358.7º | 0.54% | 0.5% | - |
| HSV(B) | 358.7º | 0.7% | 0.77% | - |
| XYZ | 25.46 | 15.35 | 6.18 | - |
| YUV | 100.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 62 | 0 | 0.70 | 0.69 | 0.23 | 358.7 | 0.54 | 0.5 |
| Hex | C5 | 3B | 3E | 0 | 46 | 45 | 17 | 167 | 36 | 32 |
| Octal | 305 | 73 | 76 | 0 | 106 | 105 | 27 | 547 | 66 | 62 |
| Binary | 11000101 | 111011 | 111110 | 0 | 1000110 | 1000101 | 10111 | 101100111 | 110110 | 110010 |
Color Harmonies of #C53B3E
Complementary color
Monochromatic Colors of #C53B3E
Black with #C53B3E
Text Example
Text Example
White with #C53B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B3E; }
p { color: rgb(197,59,62); }
H1.HeaderClassName
{
color: #C53B3E;
}
.AnyTagClassName
{
color: #C53B3E;
}
</style>
background-color css
<style>
a { background-color: #C53B3E; }
a { background-color: rgb(197,59,62); }
div.DivClassName
{
background-color: #C53B3E;
}
.BgClassName
{
background-color: #C53B3E;
}
</style>
border-color css
<style>
span { border-color: #C53B3E; }
span { border-color: rgb(197,59,62); }
td.TdClassName
{
border-color: #C53B3E;
}
.TagClassName
{
border-color: #C53B3E;
}
</style>