Shades of Mardi Gras #4D0E47
Tints of Mardi Gras #4D0E47
RGB
CMYK
RGB Variations
Color information
#4D0E47 (or 0x4D0E47) is known color: Mardi Gras. HEX triplet: 4D, 0E and 47. RGB value is (77,14,71). Sum of RGB (Red+Green+Blue) = 77+14+71=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E47 is #B2F1B8. Grayscale: #272727. Windows color (decimal): -11727289 or 4656717. OLE color: 4656717.
HSL color Cylindrical-coordinate representation of color #4D0E47: hue angle of 305.71º 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 #4D0E47 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 14 | 71 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.70 |
| HSL | 305.71º | 0.69% | 0.18% | - |
| HSV(B) | 305.71º | 0.82% | 0.3% | - |
| XYZ | 4.35 | 2.35 | 6.18 | - |
| YUV | 39.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 71 | 0 | 0.82 | 0.08 | 0.70 | 305.71 | 0.69 | 0.18 |
| Hex | 4D | E | 47 | 0 | 52 | 8 | 46 | 132 | 45 | 12 |
| Octal | 115 | 16 | 107 | 0 | 122 | 10 | 106 | 462 | 105 | 22 |
| Binary | 1001101 | 1110 | 1000111 | 0 | 1010010 | 1000 | 1000110 | 100110010 | 1000101 | 10010 |
Color Harmonies of #4D0E47
Complementary color
Monochromatic Colors of #4D0E47
Black with #4D0E47
Text Example
Text Example
White with #4D0E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E47; }
p { color: rgb(77,14,71); }
H1.HeaderClassName
{
color: #4D0E47;
}
.AnyTagClassName
{
color: #4D0E47;
}
</style>
background-color css
<style>
a { background-color: #4D0E47; }
a { background-color: rgb(77,14,71); }
div.DivClassName
{
background-color: #4D0E47;
}
.BgClassName
{
background-color: #4D0E47;
}
</style>
border-color css
<style>
span { border-color: #4D0E47; }
span { border-color: rgb(77,14,71); }
td.TdClassName
{
border-color: #4D0E47;
}
.TagClassName
{
border-color: #4D0E47;
}
</style>