Shades of Mahogany #C53336
Tints of Mahogany #C53336
RGB
CMYK
RGB Variations
Color information
#C53336 (or 0xC53336) is known color: Mahogany. HEX triplet: C5, 33 and 36. RGB value is (197,51,54). Sum of RGB (Red+Green+Blue) = 197+51+54=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53336 is #3ACCC9. Grayscale: #5F5F5F. Windows color (decimal): -3853514 or 3552197. OLE color: 3552197.
HSL color Cylindrical-coordinate representation of color #C53336: hue angle of 358.77º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53336 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 54 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.23 |
| HSL | 358.77º | 0.59% | 0.49% | - |
| HSV(B) | 358.77º | 0.74% | 0.77% | - |
| XYZ | 24.88 | 14.5 | 4.98 | - |
| YUV | 95 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 54 | 0 | 0.74 | 0.73 | 0.23 | 358.77 | 0.59 | 0.49 |
| Hex | C5 | 33 | 36 | 0 | 4A | 49 | 17 | 167 | 3B | 31 |
| Octal | 305 | 63 | 66 | 0 | 112 | 111 | 27 | 547 | 73 | 61 |
| Binary | 11000101 | 110011 | 110110 | 0 | 1001010 | 1001001 | 10111 | 101100111 | 111011 | 110001 |
Color Harmonies of #C53336
Complementary color
Monochromatic Colors of #C53336
Black with #C53336
Text Example
Text Example
White with #C53336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53336; }
p { color: rgb(197,51,54); }
H1.HeaderClassName
{
color: #C53336;
}
.AnyTagClassName
{
color: #C53336;
}
</style>
background-color css
<style>
a { background-color: #C53336; }
a { background-color: rgb(197,51,54); }
div.DivClassName
{
background-color: #C53336;
}
.BgClassName
{
background-color: #C53336;
}
</style>
border-color css
<style>
span { border-color: #C53336; }
span { border-color: rgb(197,51,54); }
td.TdClassName
{
border-color: #C53336;
}
.TagClassName
{
border-color: #C53336;
}
</style>