Shades of Mardi Gras #4C0F47
Tints of Mardi Gras #4C0F47
RGB
CMYK
RGB Variations
Color information
#4C0F47 (or 0x4C0F47) is known color: Mardi Gras. HEX triplet: 4C, 0F and 47. RGB value is (76,15,71). Sum of RGB (Red+Green+Blue) = 76+15+71=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F47 is #B3F0B8. Grayscale: #272727. Windows color (decimal): -11792569 or 4656972. OLE color: 4656972.
HSL color Cylindrical-coordinate representation of color #4C0F47: hue angle of 304.92º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C0F47 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 15 | 71 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.70 |
| HSL | 304.92º | 0.67% | 0.18% | - |
| HSV(B) | 304.92º | 0.8% | 0.3% | - |
| XYZ | 4.29 | 2.33 | 6.19 | - |
| YUV | 39.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 71 | 0 | 0.80 | 0.07 | 0.70 | 304.92 | 0.67 | 0.18 |
| Hex | 4C | F | 47 | 0 | 50 | 7 | 46 | 131 | 43 | 12 |
| Octal | 114 | 17 | 107 | 0 | 120 | 7 | 106 | 461 | 103 | 22 |
| Binary | 1001100 | 1111 | 1000111 | 0 | 1010000 | 111 | 1000110 | 100110001 | 1000011 | 10010 |
Color Harmonies of #4C0F47
Complementary color
Monochromatic Colors of #4C0F47
Black with #4C0F47
Text Example
Text Example
White with #4C0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0F47; }
p { color: rgb(76,15,71); }
H1.HeaderClassName
{
color: #4C0F47;
}
.AnyTagClassName
{
color: #4C0F47;
}
</style>
background-color css
<style>
a { background-color: #4C0F47; }
a { background-color: rgb(76,15,71); }
div.DivClassName
{
background-color: #4C0F47;
}
.BgClassName
{
background-color: #4C0F47;
}
</style>
border-color css
<style>
span { border-color: #4C0F47; }
span { border-color: rgb(76,15,71); }
td.TdClassName
{
border-color: #4C0F47;
}
.TagClassName
{
border-color: #4C0F47;
}
</style>