Shades of Mahogany #C43031
Tints of Mahogany #C43031
RGB
CMYK
RGB Variations
Color information
#C43031 (or 0xC43031) is known color: Mahogany. HEX triplet: C4, 30 and 31. RGB value is (196,48,49). Sum of RGB (Red+Green+Blue) = 196+48+49=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C43031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43031 is #3BCFCE. Grayscale: #5C5C5C. Windows color (decimal): -3919823 or 3223748. OLE color: 3223748.
HSL color Cylindrical-coordinate representation of color #C43031: hue angle of 359.59º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43031 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 49 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.23 |
| HSL | 359.59º | 0.61% | 0.48% | - |
| HSV(B) | 359.59º | 0.76% | 0.77% | - |
| XYZ | 24.38 | 14.07 | 4.34 | - |
| YUV | 92.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 49 | 0 | 0.76 | 0.75 | 0.23 | 359.59 | 0.61 | 0.48 |
| Hex | C4 | 30 | 31 | 0 | 4C | 4B | 17 | 168 | 3D | 30 |
| Octal | 304 | 60 | 61 | 0 | 114 | 113 | 27 | 550 | 75 | 60 |
| Binary | 11000100 | 110000 | 110001 | 0 | 1001100 | 1001011 | 10111 | 101101000 | 111101 | 110000 |
Color Harmonies of #C43031
Complementary color
Monochromatic Colors of #C43031
Black with #C43031
Text Example
Text Example
White with #C43031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43031; }
p { color: rgb(196,48,49); }
H1.HeaderClassName
{
color: #C43031;
}
.AnyTagClassName
{
color: #C43031;
}
</style>
background-color css
<style>
a { background-color: #C43031; }
a { background-color: rgb(196,48,49); }
div.DivClassName
{
background-color: #C43031;
}
.BgClassName
{
background-color: #C43031;
}
</style>
border-color css
<style>
span { border-color: #C43031; }
span { border-color: rgb(196,48,49); }
td.TdClassName
{
border-color: #C43031;
}
.TagClassName
{
border-color: #C43031;
}
</style>