Shades of Mahogany #C5393F
Tints of Mahogany #C5393F
RGB
CMYK
RGB Variations
Color information
#C5393F (or 0xC5393F) is known color: Mahogany. HEX triplet: C5, 39 and 3F. RGB value is (197,57,63). Sum of RGB (Red+Green+Blue) = 197+57+63=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C5393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5393F is #3AC6C0. Grayscale: #636363. Windows color (decimal): -3851969 or 4143557. OLE color: 4143557.
HSL color Cylindrical-coordinate representation of color #C5393F: hue angle of 357.43º 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 #C5393F is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 63 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.23 |
| HSL | 357.43º | 0.55% | 0.5% | - |
| HSV(B) | 357.43º | 0.71% | 0.77% | - |
| XYZ | 25.39 | 15.16 | 6.29 | - |
| YUV | 99.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 63 | 0 | 0.71 | 0.68 | 0.23 | 357.43 | 0.55 | 0.5 |
| Hex | C5 | 39 | 3F | 0 | 47 | 44 | 17 | 165 | 37 | 32 |
| Octal | 305 | 71 | 77 | 0 | 107 | 104 | 27 | 545 | 67 | 62 |
| Binary | 11000101 | 111001 | 111111 | 0 | 1000111 | 1000100 | 10111 | 101100101 | 110111 | 110010 |
Color Harmonies of #C5393F
Complementary color
Monochromatic Colors of #C5393F
Black with #C5393F
Text Example
Text Example
White with #C5393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5393F; }
p { color: rgb(197,57,63); }
H1.HeaderClassName
{
color: #C5393F;
}
.AnyTagClassName
{
color: #C5393F;
}
</style>
background-color css
<style>
a { background-color: #C5393F; }
a { background-color: rgb(197,57,63); }
div.DivClassName
{
background-color: #C5393F;
}
.BgClassName
{
background-color: #C5393F;
}
</style>
border-color css
<style>
span { border-color: #C5393F; }
span { border-color: rgb(197,57,63); }
td.TdClassName
{
border-color: #C5393F;
}
.TagClassName
{
border-color: #C5393F;
}
</style>