Shades of Mahogany #C52B2C
Tints of Mahogany #C52B2C
RGB
CMYK
RGB Variations
Color information
#C52B2C (or 0xC52B2C) is known color: Mahogany. HEX triplet: C5, 2B and 2C. RGB value is (197,43,44). Sum of RGB (Red+Green+Blue) = 197+43+44=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B2C is #3AD4D3. Grayscale: #595959. Windows color (decimal): -3855572 or 2894789. OLE color: 2894789.
HSL color Cylindrical-coordinate representation of color #C52B2C: hue angle of 359.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52B2C is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 44 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.23 |
| HSL | 359.61º | 0.64% | 0.47% | - |
| HSV(B) | 359.61º | 0.78% | 0.77% | - |
| XYZ | 24.34 | 13.78 | 3.76 | - |
| YUV | 89.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 44 | 0 | 0.78 | 0.78 | 0.23 | 359.61 | 0.64 | 0.47 |
| Hex | C5 | 2B | 2C | 0 | 4E | 4E | 17 | 168 | 40 | 2F |
| Octal | 305 | 53 | 54 | 0 | 116 | 116 | 27 | 550 | 100 | 57 |
| Binary | 11000101 | 101011 | 101100 | 0 | 1001110 | 1001110 | 10111 | 101101000 | 1000000 | 101111 |
Color Harmonies of #C52B2C
Complementary color
Monochromatic Colors of #C52B2C
Black with #C52B2C
Text Example
Text Example
White with #C52B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52B2C; }
p { color: rgb(197,43,44); }
H1.HeaderClassName
{
color: #C52B2C;
}
.AnyTagClassName
{
color: #C52B2C;
}
</style>
background-color css
<style>
a { background-color: #C52B2C; }
a { background-color: rgb(197,43,44); }
div.DivClassName
{
background-color: #C52B2C;
}
.BgClassName
{
background-color: #C52B2C;
}
</style>
border-color css
<style>
span { border-color: #C52B2C; }
span { border-color: rgb(197,43,44); }
td.TdClassName
{
border-color: #C52B2C;
}
.TagClassName
{
border-color: #C52B2C;
}
</style>