Shades of Mahogany #C53739
Tints of Mahogany #C53739
RGB
CMYK
RGB Variations
Color information
#C53739 (or 0xC53739) is known color: Mahogany. HEX triplet: C5, 37 and 39. RGB value is (197,55,57). Sum of RGB (Red+Green+Blue) = 197+55+57=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C53739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53739 is #3AC8C6. Grayscale: #616161. Windows color (decimal): -3852487 or 3749829. OLE color: 3749829.
HSL color Cylindrical-coordinate representation of color #C53739: hue angle of 359.15º 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 #C53739 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 57 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.23 |
| HSL | 359.15º | 0.56% | 0.49% | - |
| HSV(B) | 359.15º | 0.72% | 0.77% | - |
| XYZ | 25.13 | 14.9 | 5.42 | - |
| YUV | 97.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 57 | 0 | 0.72 | 0.71 | 0.23 | 359.15 | 0.56 | 0.49 |
| Hex | C5 | 37 | 39 | 0 | 48 | 47 | 17 | 167 | 38 | 31 |
| Octal | 305 | 67 | 71 | 0 | 110 | 107 | 27 | 547 | 70 | 61 |
| Binary | 11000101 | 110111 | 111001 | 0 | 1001000 | 1000111 | 10111 | 101100111 | 111000 | 110001 |
Color Harmonies of #C53739
Complementary color
Monochromatic Colors of #C53739
Black with #C53739
Text Example
Text Example
White with #C53739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53739; }
p { color: rgb(197,55,57); }
H1.HeaderClassName
{
color: #C53739;
}
.AnyTagClassName
{
color: #C53739;
}
</style>
background-color css
<style>
a { background-color: #C53739; }
a { background-color: rgb(197,55,57); }
div.DivClassName
{
background-color: #C53739;
}
.BgClassName
{
background-color: #C53739;
}
</style>
border-color css
<style>
span { border-color: #C53739; }
span { border-color: rgb(197,55,57); }
td.TdClassName
{
border-color: #C53739;
}
.TagClassName
{
border-color: #C53739;
}
</style>