Shades of Mahogany #C53237
Tints of Mahogany #C53237
RGB
CMYK
RGB Variations
Color information
#C53237 (or 0xC53237) is known color: Mahogany. HEX triplet: C5, 32 and 37. RGB value is (197,50,55). Sum of RGB (Red+Green+Blue) = 197+50+55=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53237 is #3ACDC8. Grayscale: #5E5E5E. Windows color (decimal): -3853769 or 3617477. OLE color: 3617477.
HSL color Cylindrical-coordinate representation of color #C53237: hue angle of 357.96º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53237 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 55 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.23 |
| HSL | 357.96º | 0.6% | 0.48% | - |
| HSV(B) | 357.96º | 0.75% | 0.77% | - |
| XYZ | 24.86 | 14.43 | 5.09 | - |
| YUV | 94.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 55 | 0 | 0.75 | 0.72 | 0.23 | 357.96 | 0.6 | 0.48 |
| Hex | C5 | 32 | 37 | 0 | 4B | 48 | 17 | 166 | 3C | 30 |
| Octal | 305 | 62 | 67 | 0 | 113 | 110 | 27 | 546 | 74 | 60 |
| Binary | 11000101 | 110010 | 110111 | 0 | 1001011 | 1001000 | 10111 | 101100110 | 111100 | 110000 |
Color Harmonies of #C53237
Complementary color
Monochromatic Colors of #C53237
Black with #C53237
Text Example
Text Example
White with #C53237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53237; }
p { color: rgb(197,50,55); }
H1.HeaderClassName
{
color: #C53237;
}
.AnyTagClassName
{
color: #C53237;
}
</style>
background-color css
<style>
a { background-color: #C53237; }
a { background-color: rgb(197,50,55); }
div.DivClassName
{
background-color: #C53237;
}
.BgClassName
{
background-color: #C53237;
}
</style>
border-color css
<style>
span { border-color: #C53237; }
span { border-color: rgb(197,50,55); }
td.TdClassName
{
border-color: #C53237;
}
.TagClassName
{
border-color: #C53237;
}
</style>