Shades of Mahogany #C5373D
Tints of Mahogany #C5373D
RGB
CMYK
RGB Variations
Color information
#C5373D (or 0xC5373D) is known color: Mahogany. HEX triplet: C5, 37 and 3D. RGB value is (197,55,61). Sum of RGB (Red+Green+Blue) = 197+55+61=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5373D is #3AC8C2. Grayscale: #626262. Windows color (decimal): -3852483 or 4011973. OLE color: 4011973.
HSL color Cylindrical-coordinate representation of color #C5373D: hue angle of 357.46º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5373D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 61 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.23 |
| HSL | 357.46º | 0.56% | 0.49% | - |
| HSV(B) | 357.46º | 0.72% | 0.77% | - |
| XYZ | 25.23 | 14.94 | 5.97 | - |
| YUV | 98.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 61 | 0 | 0.72 | 0.69 | 0.23 | 357.46 | 0.56 | 0.49 |
| Hex | C5 | 37 | 3D | 0 | 48 | 45 | 17 | 165 | 38 | 31 |
| Octal | 305 | 67 | 75 | 0 | 110 | 105 | 27 | 545 | 70 | 61 |
| Binary | 11000101 | 110111 | 111101 | 0 | 1001000 | 1000101 | 10111 | 101100101 | 111000 | 110001 |
Color Harmonies of #C5373D
Complementary color
Monochromatic Colors of #C5373D
Black with #C5373D
Text Example
Text Example
White with #C5373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5373D; }
p { color: rgb(197,55,61); }
H1.HeaderClassName
{
color: #C5373D;
}
.AnyTagClassName
{
color: #C5373D;
}
</style>
background-color css
<style>
a { background-color: #C5373D; }
a { background-color: rgb(197,55,61); }
div.DivClassName
{
background-color: #C5373D;
}
.BgClassName
{
background-color: #C5373D;
}
</style>
border-color css
<style>
span { border-color: #C5373D; }
span { border-color: rgb(197,55,61); }
td.TdClassName
{
border-color: #C5373D;
}
.TagClassName
{
border-color: #C5373D;
}
</style>