Shades of Mahogany #C5393A
Tints of Mahogany #C5393A
RGB
CMYK
RGB Variations
Color information
#C5393A (or 0xC5393A) is known color: Mahogany. HEX triplet: C5, 39 and 3A. RGB value is (197,57,58). Sum of RGB (Red+Green+Blue) = 197+57+58=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5393A is #3AC6C5. Grayscale: #636363. Windows color (decimal): -3851974 or 3815877. OLE color: 3815877.
HSL color Cylindrical-coordinate representation of color #C5393A: hue angle of 359.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5393A is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 58 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.23 |
| HSL | 359.57º | 0.55% | 0.5% | - |
| HSV(B) | 359.57º | 0.71% | 0.77% | - |
| XYZ | 25.25 | 15.1 | 5.59 | - |
| YUV | 98.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 58 | 0 | 0.71 | 0.71 | 0.23 | 359.57 | 0.55 | 0.5 |
| Hex | C5 | 39 | 3A | 0 | 47 | 47 | 17 | 168 | 37 | 32 |
| Octal | 305 | 71 | 72 | 0 | 107 | 107 | 27 | 550 | 67 | 62 |
| Binary | 11000101 | 111001 | 111010 | 0 | 1000111 | 1000111 | 10111 | 101101000 | 110111 | 110010 |
Color Harmonies of #C5393A
Complementary color
Monochromatic Colors of #C5393A
Black with #C5393A
Text Example
Text Example
White with #C5393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5393A; }
p { color: rgb(197,57,58); }
H1.HeaderClassName
{
color: #C5393A;
}
.AnyTagClassName
{
color: #C5393A;
}
</style>
background-color css
<style>
a { background-color: #C5393A; }
a { background-color: rgb(197,57,58); }
div.DivClassName
{
background-color: #C5393A;
}
.BgClassName
{
background-color: #C5393A;
}
</style>
border-color css
<style>
span { border-color: #C5393A; }
span { border-color: rgb(197,57,58); }
td.TdClassName
{
border-color: #C5393A;
}
.TagClassName
{
border-color: #C5393A;
}
</style>