Shades of Mahogany #C5393B
Tints of Mahogany #C5393B
RGB
CMYK
RGB Variations
Color information
#C5393B (or 0xC5393B) is known color: Mahogany. HEX triplet: C5, 39 and 3B. RGB value is (197,57,59). Sum of RGB (Red+Green+Blue) = 197+57+59=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5393B is #3AC6C4. Grayscale: #636363. Windows color (decimal): -3851973 or 3881413. OLE color: 3881413.
HSL color Cylindrical-coordinate representation of color #C5393B: hue angle of 359.14º 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 #C5393B is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 59 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.23 |
| HSL | 359.14º | 0.55% | 0.5% | - |
| HSV(B) | 359.14º | 0.71% | 0.77% | - |
| XYZ | 25.28 | 15.11 | 5.72 | - |
| YUV | 99.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 59 | 0 | 0.71 | 0.70 | 0.23 | 359.14 | 0.55 | 0.5 |
| Hex | C5 | 39 | 3B | 0 | 47 | 46 | 17 | 167 | 37 | 32 |
| Octal | 305 | 71 | 73 | 0 | 107 | 106 | 27 | 547 | 67 | 62 |
| Binary | 11000101 | 111001 | 111011 | 0 | 1000111 | 1000110 | 10111 | 101100111 | 110111 | 110010 |
Color Harmonies of #C5393B
Complementary color
Monochromatic Colors of #C5393B
Black with #C5393B
Text Example
Text Example
White with #C5393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5393B; }
p { color: rgb(197,57,59); }
H1.HeaderClassName
{
color: #C5393B;
}
.AnyTagClassName
{
color: #C5393B;
}
</style>
background-color css
<style>
a { background-color: #C5393B; }
a { background-color: rgb(197,57,59); }
div.DivClassName
{
background-color: #C5393B;
}
.BgClassName
{
background-color: #C5393B;
}
</style>
border-color css
<style>
span { border-color: #C5393B; }
span { border-color: rgb(197,57,59); }
td.TdClassName
{
border-color: #C5393B;
}
.TagClassName
{
border-color: #C5393B;
}
</style>