Shades of Mahogany #C42931
Tints of Mahogany #C42931
RGB
CMYK
RGB Variations
Color information
#C42931 (or 0xC42931) is known color: Mahogany. HEX triplet: C4, 29 and 31. RGB value is (196,41,49). Sum of RGB (Red+Green+Blue) = 196+41+49=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C42931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42931 is #3BD6CE. Grayscale: #585858. Windows color (decimal): -3921615 or 3221956. OLE color: 3221956.
HSL color Cylindrical-coordinate representation of color #C42931: hue angle of 356.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42931 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 49 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.23 |
| HSL | 356.9º | 0.65% | 0.46% | - |
| HSV(B) | 356.9º | 0.79% | 0.77% | - |
| XYZ | 24.11 | 13.54 | 4.25 | - |
| YUV | 88.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 49 | 0 | 0.79 | 0.75 | 0.23 | 356.9 | 0.65 | 0.46 |
| Hex | C4 | 29 | 31 | 0 | 4F | 4B | 17 | 165 | 41 | 2E |
| Octal | 304 | 51 | 61 | 0 | 117 | 113 | 27 | 545 | 101 | 56 |
| Binary | 11000100 | 101001 | 110001 | 0 | 1001111 | 1001011 | 10111 | 101100101 | 1000001 | 101110 |
Color Harmonies of #C42931
Complementary color
Monochromatic Colors of #C42931
Black with #C42931
Text Example
Text Example
White with #C42931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42931; }
p { color: rgb(196,41,49); }
H1.HeaderClassName
{
color: #C42931;
}
.AnyTagClassName
{
color: #C42931;
}
</style>
background-color css
<style>
a { background-color: #C42931; }
a { background-color: rgb(196,41,49); }
div.DivClassName
{
background-color: #C42931;
}
.BgClassName
{
background-color: #C42931;
}
</style>
border-color css
<style>
span { border-color: #C42931; }
span { border-color: rgb(196,41,49); }
td.TdClassName
{
border-color: #C42931;
}
.TagClassName
{
border-color: #C42931;
}
</style>