Shades of Mahogany #C5363D
Tints of Mahogany #C5363D
RGB
CMYK
RGB Variations
Color information
#C5363D (or 0xC5363D) is known color: Mahogany. HEX triplet: C5, 36 and 3D. RGB value is (197,54,61). Sum of RGB (Red+Green+Blue) = 197+54+61=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5363D is #3AC9C2. Grayscale: #616161. Windows color (decimal): -3852739 or 4011717. OLE color: 4011717.
HSL color Cylindrical-coordinate representation of color #C5363D: hue angle of 357.06º degrees, saturation: 0.57, 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 #C5363D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 61 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.23 |
| HSL | 357.06º | 0.57% | 0.49% | - |
| HSV(B) | 357.06º | 0.73% | 0.77% | - |
| XYZ | 25.19 | 14.85 | 5.95 | - |
| YUV | 97.56 | 107.38 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 61 | 0 | 0.73 | 0.69 | 0.23 | 357.06 | 0.57 | 0.49 |
| Hex | C5 | 36 | 3D | 0 | 49 | 45 | 17 | 165 | 39 | 31 |
| Octal | 305 | 66 | 75 | 0 | 111 | 105 | 27 | 545 | 71 | 61 |
| Binary | 11000101 | 110110 | 111101 | 0 | 1001001 | 1000101 | 10111 | 101100101 | 111001 | 110001 |
Color Harmonies of #C5363D
Complementary color
Monochromatic Colors of #C5363D
Black with #C5363D
Text Example
Text Example
White with #C5363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5363D; }
p { color: rgb(197,54,61); }
H1.HeaderClassName
{
color: #C5363D;
}
.AnyTagClassName
{
color: #C5363D;
}
</style>
background-color css
<style>
a { background-color: #C5363D; }
a { background-color: rgb(197,54,61); }
div.DivClassName
{
background-color: #C5363D;
}
.BgClassName
{
background-color: #C5363D;
}
</style>
border-color css
<style>
span { border-color: #C5363D; }
span { border-color: rgb(197,54,61); }
td.TdClassName
{
border-color: #C5363D;
}
.TagClassName
{
border-color: #C5363D;
}
</style>