Shades of Mahogany #C53234
Tints of Mahogany #C53234
RGB
CMYK
RGB Variations
Color information
#C53234 (or 0xC53234) is known color: Mahogany. HEX triplet: C5, 32 and 34. RGB value is (197,50,52). Sum of RGB (Red+Green+Blue) = 197+50+52=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C53234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53234 is #3ACDCB. Grayscale: #5E5E5E. Windows color (decimal): -3853772 or 3420869. OLE color: 3420869.
HSL color Cylindrical-coordinate representation of color #C53234: hue angle of 359.18º 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 #C53234 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 52 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.23 |
| HSL | 359.18º | 0.6% | 0.48% | - |
| HSV(B) | 359.18º | 0.75% | 0.77% | - |
| XYZ | 24.79 | 14.4 | 4.72 | - |
| YUV | 94.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 52 | 0 | 0.75 | 0.74 | 0.23 | 359.18 | 0.6 | 0.48 |
| Hex | C5 | 32 | 34 | 0 | 4B | 4A | 17 | 167 | 3C | 30 |
| Octal | 305 | 62 | 64 | 0 | 113 | 112 | 27 | 547 | 74 | 60 |
| Binary | 11000101 | 110010 | 110100 | 0 | 1001011 | 1001010 | 10111 | 101100111 | 111100 | 110000 |
Color Harmonies of #C53234
Complementary color
Monochromatic Colors of #C53234
Black with #C53234
Text Example
Text Example
White with #C53234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53234; }
p { color: rgb(197,50,52); }
H1.HeaderClassName
{
color: #C53234;
}
.AnyTagClassName
{
color: #C53234;
}
</style>
background-color css
<style>
a { background-color: #C53234; }
a { background-color: rgb(197,50,52); }
div.DivClassName
{
background-color: #C53234;
}
.BgClassName
{
background-color: #C53234;
}
</style>
border-color css
<style>
span { border-color: #C53234; }
span { border-color: rgb(197,50,52); }
td.TdClassName
{
border-color: #C53234;
}
.TagClassName
{
border-color: #C53234;
}
</style>