Shades of Mardi Gras #4C0E45
Tints of Mardi Gras #4C0E45
RGB
CMYK
RGB Variations
Color information
#4C0E45 (or 0x4C0E45) is known color: Mardi Gras. HEX triplet: 4C, 0E and 45. RGB value is (76,14,69). Sum of RGB (Red+Green+Blue) = 76+14+69=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E45 is #B3F1BA. Grayscale: #262626. Windows color (decimal): -11792827 or 4525644. OLE color: 4525644.
HSL color Cylindrical-coordinate representation of color #4C0E45: hue angle of 306.77º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E45 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 14 | 69 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.70 |
| HSL | 306.77º | 0.69% | 0.18% | - |
| HSV(B) | 306.77º | 0.82% | 0.3% | - |
| XYZ | 4.21 | 2.28 | 5.85 | - |
| YUV | 38.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 69 | 0 | 0.82 | 0.09 | 0.70 | 306.77 | 0.69 | 0.18 |
| Hex | 4C | E | 45 | 0 | 52 | 9 | 46 | 133 | 45 | 12 |
| Octal | 114 | 16 | 105 | 0 | 122 | 11 | 106 | 463 | 105 | 22 |
| Binary | 1001100 | 1110 | 1000101 | 0 | 1010010 | 1001 | 1000110 | 100110011 | 1000101 | 10010 |
Color Harmonies of #4C0E45
Complementary color
Monochromatic Colors of #4C0E45
Black with #4C0E45
Text Example
Text Example
White with #4C0E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E45; }
p { color: rgb(76,14,69); }
H1.HeaderClassName
{
color: #4C0E45;
}
.AnyTagClassName
{
color: #4C0E45;
}
</style>
background-color css
<style>
a { background-color: #4C0E45; }
a { background-color: rgb(76,14,69); }
div.DivClassName
{
background-color: #4C0E45;
}
.BgClassName
{
background-color: #4C0E45;
}
</style>
border-color css
<style>
span { border-color: #4C0E45; }
span { border-color: rgb(76,14,69); }
td.TdClassName
{
border-color: #4C0E45;
}
.TagClassName
{
border-color: #4C0E45;
}
</style>