Shades of Mahogany #C42831
Tints of Mahogany #C42831
RGB
CMYK
RGB Variations
Color information
#C42831 (or 0xC42831) is known color: Mahogany. HEX triplet: C4, 28 and 31. RGB value is (196,40,49). Sum of RGB (Red+Green+Blue) = 196+40+49=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C42831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42831 is #3BD7CE. Grayscale: #575757. Windows color (decimal): -3921871 or 3221700. OLE color: 3221700.
HSL color Cylindrical-coordinate representation of color #C42831: hue angle of 356.54º 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 #C42831 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 49 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.23 |
| HSL | 356.54º | 0.66% | 0.46% | - |
| HSV(B) | 356.54º | 0.8% | 0.77% | - |
| XYZ | 24.08 | 13.48 | 4.24 | - |
| YUV | 87.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 49 | 0 | 0.80 | 0.75 | 0.23 | 356.54 | 0.66 | 0.46 |
| Hex | C4 | 28 | 31 | 0 | 50 | 4B | 17 | 165 | 42 | 2E |
| Octal | 304 | 50 | 61 | 0 | 120 | 113 | 27 | 545 | 102 | 56 |
| Binary | 11000100 | 101000 | 110001 | 0 | 1010000 | 1001011 | 10111 | 101100101 | 1000010 | 101110 |
Color Harmonies of #C42831
Complementary color
Monochromatic Colors of #C42831
Black with #C42831
Text Example
Text Example
White with #C42831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42831; }
p { color: rgb(196,40,49); }
H1.HeaderClassName
{
color: #C42831;
}
.AnyTagClassName
{
color: #C42831;
}
</style>
background-color css
<style>
a { background-color: #C42831; }
a { background-color: rgb(196,40,49); }
div.DivClassName
{
background-color: #C42831;
}
.BgClassName
{
background-color: #C42831;
}
</style>
border-color css
<style>
span { border-color: #C42831; }
span { border-color: rgb(196,40,49); }
td.TdClassName
{
border-color: #C42831;
}
.TagClassName
{
border-color: #C42831;
}
</style>