Shades of Mahogany #C5373B
Tints of Mahogany #C5373B
RGB
CMYK
RGB Variations
Color information
#C5373B (or 0xC5373B) is known color: Mahogany. HEX triplet: C5, 37 and 3B. RGB value is (197,55,59). Sum of RGB (Red+Green+Blue) = 197+55+59=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5373B is #3AC8C4. Grayscale: #626262. Windows color (decimal): -3852485 or 3880901. OLE color: 3880901.
HSL color Cylindrical-coordinate representation of color #C5373B: hue angle of 358.31º 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 #C5373B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 59 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.23 |
| HSL | 358.31º | 0.56% | 0.49% | - |
| HSV(B) | 358.31º | 0.72% | 0.77% | - |
| XYZ | 25.18 | 14.92 | 5.69 | - |
| YUV | 97.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 59 | 0 | 0.72 | 0.70 | 0.23 | 358.31 | 0.56 | 0.49 |
| Hex | C5 | 37 | 3B | 0 | 48 | 46 | 17 | 166 | 38 | 31 |
| Octal | 305 | 67 | 73 | 0 | 110 | 106 | 27 | 546 | 70 | 61 |
| Binary | 11000101 | 110111 | 111011 | 0 | 1001000 | 1000110 | 10111 | 101100110 | 111000 | 110001 |
Color Harmonies of #C5373B
Complementary color
Monochromatic Colors of #C5373B
Black with #C5373B
Text Example
Text Example
White with #C5373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5373B; }
p { color: rgb(197,55,59); }
H1.HeaderClassName
{
color: #C5373B;
}
.AnyTagClassName
{
color: #C5373B;
}
</style>
background-color css
<style>
a { background-color: #C5373B; }
a { background-color: rgb(197,55,59); }
div.DivClassName
{
background-color: #C5373B;
}
.BgClassName
{
background-color: #C5373B;
}
</style>
border-color css
<style>
span { border-color: #C5373B; }
span { border-color: rgb(197,55,59); }
td.TdClassName
{
border-color: #C5373B;
}
.TagClassName
{
border-color: #C5373B;
}
</style>