Shades of Mardi Gras #4D0C49
Tints of Mardi Gras #4D0C49
RGB
CMYK
RGB Variations
Color information
#4D0C49 (or 0x4D0C49) is known color: Mardi Gras. HEX triplet: 4D, 0C and 49. RGB value is (77,12,73). Sum of RGB (Red+Green+Blue) = 77+12+73=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C49 is #B2F3B6. Grayscale: #262626. Windows color (decimal): -11727799 or 4787277. OLE color: 4787277.
HSL color Cylindrical-coordinate representation of color #4D0C49: hue angle of 303.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C49 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 73 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.70 |
| HSL | 303.69º | 0.73% | 0.17% | - |
| HSV(B) | 303.69º | 0.84% | 0.3% | - |
| XYZ | 4.39 | 2.32 | 6.52 | - |
| YUV | 38.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 73 | 0 | 0.84 | 0.05 | 0.70 | 303.69 | 0.73 | 0.17 |
| Hex | 4D | C | 49 | 0 | 54 | 5 | 46 | 130 | 49 | 11 |
| Octal | 115 | 14 | 111 | 0 | 124 | 5 | 106 | 460 | 111 | 21 |
| Binary | 1001101 | 1100 | 1001001 | 0 | 1010100 | 101 | 1000110 | 100110000 | 1001001 | 10001 |
Color Harmonies of #4D0C49
Complementary color
Monochromatic Colors of #4D0C49
Black with #4D0C49
Text Example
Text Example
White with #4D0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C49; }
p { color: rgb(77,12,73); }
H1.HeaderClassName
{
color: #4D0C49;
}
.AnyTagClassName
{
color: #4D0C49;
}
</style>
background-color css
<style>
a { background-color: #4D0C49; }
a { background-color: rgb(77,12,73); }
div.DivClassName
{
background-color: #4D0C49;
}
.BgClassName
{
background-color: #4D0C49;
}
</style>
border-color css
<style>
span { border-color: #4D0C49; }
span { border-color: rgb(77,12,73); }
td.TdClassName
{
border-color: #4D0C49;
}
.TagClassName
{
border-color: #4D0C49;
}
</style>