Shades of Mahogany #C52831
Tints of Mahogany #C52831
RGB
CMYK
RGB Variations
Color information
#C52831 (or 0xC52831) is known color: Mahogany. HEX triplet: C5, 28 and 31. RGB value is (197,40,49). Sum of RGB (Red+Green+Blue) = 197+40+49=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C52831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52831 is #3AD7CE. Grayscale: #585858. Windows color (decimal): -3856335 or 3221701. OLE color: 3221701.
HSL color Cylindrical-coordinate representation of color #C52831: hue angle of 356.56º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52831 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 49 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.23 |
| HSL | 356.56º | 0.66% | 0.46% | - |
| HSV(B) | 356.56º | 0.8% | 0.77% | - |
| XYZ | 24.34 | 13.61 | 4.25 | - |
| YUV | 87.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 49 | 0 | 0.80 | 0.75 | 0.23 | 356.56 | 0.66 | 0.46 |
| Hex | C5 | 28 | 31 | 0 | 50 | 4B | 17 | 165 | 42 | 2E |
| Octal | 305 | 50 | 61 | 0 | 120 | 113 | 27 | 545 | 102 | 56 |
| Binary | 11000101 | 101000 | 110001 | 0 | 1010000 | 1001011 | 10111 | 101100101 | 1000010 | 101110 |
Color Harmonies of #C52831
Complementary color
Monochromatic Colors of #C52831
Black with #C52831
Text Example
Text Example
White with #C52831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52831; }
p { color: rgb(197,40,49); }
H1.HeaderClassName
{
color: #C52831;
}
.AnyTagClassName
{
color: #C52831;
}
</style>
background-color css
<style>
a { background-color: #C52831; }
a { background-color: rgb(197,40,49); }
div.DivClassName
{
background-color: #C52831;
}
.BgClassName
{
background-color: #C52831;
}
</style>
border-color css
<style>
span { border-color: #C52831; }
span { border-color: rgb(197,40,49); }
td.TdClassName
{
border-color: #C52831;
}
.TagClassName
{
border-color: #C52831;
}
</style>