Shades of Mahogany #C5353D
Tints of Mahogany #C5353D
RGB
CMYK
RGB Variations
Color information
#C5353D (or 0xC5353D) is known color: Mahogany. HEX triplet: C5, 35 and 3D. RGB value is (197,53,61). Sum of RGB (Red+Green+Blue) = 197+53+61=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5353D is #3ACAC2. Grayscale: #616161. Windows color (decimal): -3852995 or 4011461. OLE color: 4011461.
HSL color Cylindrical-coordinate representation of color #C5353D: hue angle of 356.67º 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 #C5353D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 61 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.23 |
| HSL | 356.67º | 0.58% | 0.49% | - |
| HSV(B) | 356.67º | 0.73% | 0.77% | - |
| XYZ | 25.14 | 14.75 | 5.94 | - |
| YUV | 96.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 61 | 0 | 0.73 | 0.69 | 0.23 | 356.67 | 0.58 | 0.49 |
| Hex | C5 | 35 | 3D | 0 | 49 | 45 | 17 | 165 | 3A | 31 |
| Octal | 305 | 65 | 75 | 0 | 111 | 105 | 27 | 545 | 72 | 61 |
| Binary | 11000101 | 110101 | 111101 | 0 | 1001001 | 1000101 | 10111 | 101100101 | 111010 | 110001 |
Color Harmonies of #C5353D
Complementary color
Monochromatic Colors of #C5353D
Black with #C5353D
Text Example
Text Example
White with #C5353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5353D; }
p { color: rgb(197,53,61); }
H1.HeaderClassName
{
color: #C5353D;
}
.AnyTagClassName
{
color: #C5353D;
}
</style>
background-color css
<style>
a { background-color: #C5353D; }
a { background-color: rgb(197,53,61); }
div.DivClassName
{
background-color: #C5353D;
}
.BgClassName
{
background-color: #C5353D;
}
</style>
border-color css
<style>
span { border-color: #C5353D; }
span { border-color: rgb(197,53,61); }
td.TdClassName
{
border-color: #C5353D;
}
.TagClassName
{
border-color: #C5353D;
}
</style>