Shades of Mahogany #C5353B
Tints of Mahogany #C5353B
RGB
CMYK
RGB Variations
Color information
#C5353B (or 0xC5353B) is known color: Mahogany. HEX triplet: C5, 35 and 3B. RGB value is (197,53,59). Sum of RGB (Red+Green+Blue) = 197+53+59=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5353B is #3ACAC4. Grayscale: #606060. Windows color (decimal): -3852997 or 3880389. OLE color: 3880389.
HSL color Cylindrical-coordinate representation of color #C5353B: hue angle of 357.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5353B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 59 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.23 |
| HSL | 357.5º | 0.58% | 0.49% | - |
| HSV(B) | 357.5º | 0.73% | 0.77% | - |
| XYZ | 25.09 | 14.73 | 5.66 | - |
| YUV | 96.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 59 | 0 | 0.73 | 0.70 | 0.23 | 357.5 | 0.58 | 0.49 |
| Hex | C5 | 35 | 3B | 0 | 49 | 46 | 17 | 166 | 3A | 31 |
| Octal | 305 | 65 | 73 | 0 | 111 | 106 | 27 | 546 | 72 | 61 |
| Binary | 11000101 | 110101 | 111011 | 0 | 1001001 | 1000110 | 10111 | 101100110 | 111010 | 110001 |
Color Harmonies of #C5353B
Complementary color
Monochromatic Colors of #C5353B
Black with #C5353B
Text Example
Text Example
White with #C5353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5353B; }
p { color: rgb(197,53,59); }
H1.HeaderClassName
{
color: #C5353B;
}
.AnyTagClassName
{
color: #C5353B;
}
</style>
background-color css
<style>
a { background-color: #C5353B; }
a { background-color: rgb(197,53,59); }
div.DivClassName
{
background-color: #C5353B;
}
.BgClassName
{
background-color: #C5353B;
}
</style>
border-color css
<style>
span { border-color: #C5353B; }
span { border-color: rgb(197,53,59); }
td.TdClassName
{
border-color: #C5353B;
}
.TagClassName
{
border-color: #C5353B;
}
</style>