Shades of Mahogany #C53233
Tints of Mahogany #C53233
RGB
CMYK
RGB Variations
Color information
#C53233 (or 0xC53233) is known color: Mahogany. HEX triplet: C5, 32 and 33. RGB value is (197,50,51). Sum of RGB (Red+Green+Blue) = 197+50+51=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C53233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53233 is #3ACDCC. Grayscale: #5E5E5E. Windows color (decimal): -3853773 or 3355333. OLE color: 3355333.
HSL color Cylindrical-coordinate representation of color #C53233: hue angle of 359.59º 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 #C53233 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 51 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.23 |
| HSL | 359.59º | 0.6% | 0.48% | - |
| HSV(B) | 359.59º | 0.75% | 0.77% | - |
| XYZ | 24.76 | 14.39 | 4.6 | - |
| YUV | 94.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 51 | 0 | 0.75 | 0.74 | 0.23 | 359.59 | 0.6 | 0.48 |
| Hex | C5 | 32 | 33 | 0 | 4B | 4A | 17 | 168 | 3C | 30 |
| Octal | 305 | 62 | 63 | 0 | 113 | 112 | 27 | 550 | 74 | 60 |
| Binary | 11000101 | 110010 | 110011 | 0 | 1001011 | 1001010 | 10111 | 101101000 | 111100 | 110000 |
Color Harmonies of #C53233
Complementary color
Monochromatic Colors of #C53233
Black with #C53233
Text Example
Text Example
White with #C53233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53233; }
p { color: rgb(197,50,51); }
H1.HeaderClassName
{
color: #C53233;
}
.AnyTagClassName
{
color: #C53233;
}
</style>
background-color css
<style>
a { background-color: #C53233; }
a { background-color: rgb(197,50,51); }
div.DivClassName
{
background-color: #C53233;
}
.BgClassName
{
background-color: #C53233;
}
</style>
border-color css
<style>
span { border-color: #C53233; }
span { border-color: rgb(197,50,51); }
td.TdClassName
{
border-color: #C53233;
}
.TagClassName
{
border-color: #C53233;
}
</style>