Shades of Mardi Gras #4E0D48
Tints of Mardi Gras #4E0D48
RGB
CMYK
RGB Variations
Color information
#4E0D48 (or 0x4E0D48) is known color: Mardi Gras. HEX triplet: 4E, 0D and 48. RGB value is (78,13,72). Sum of RGB (Red+Green+Blue) = 78+13+72=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D48 is #B1F2B7. Grayscale: #262626. Windows color (decimal): -11662008 or 4721998. OLE color: 4721998.
HSL color Cylindrical-coordinate representation of color #4E0D48: hue angle of 305.54º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0D48 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 72 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.69 |
| HSL | 305.54º | 0.71% | 0.18% | - |
| HSV(B) | 305.54º | 0.83% | 0.31% | - |
| XYZ | 4.46 | 2.38 | 6.35 | - |
| YUV | 39.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 72 | 0 | 0.83 | 0.08 | 0.69 | 305.54 | 0.71 | 0.18 |
| Hex | 4E | D | 48 | 0 | 53 | 8 | 45 | 132 | 47 | 12 |
| Octal | 116 | 15 | 110 | 0 | 123 | 10 | 105 | 462 | 107 | 22 |
| Binary | 1001110 | 1101 | 1001000 | 0 | 1010011 | 1000 | 1000101 | 100110010 | 1000111 | 10010 |
Color Harmonies of #4E0D48
Complementary color
Monochromatic Colors of #4E0D48
Black with #4E0D48
Text Example
Text Example
White with #4E0D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D48; }
p { color: rgb(78,13,72); }
H1.HeaderClassName
{
color: #4E0D48;
}
.AnyTagClassName
{
color: #4E0D48;
}
</style>
background-color css
<style>
a { background-color: #4E0D48; }
a { background-color: rgb(78,13,72); }
div.DivClassName
{
background-color: #4E0D48;
}
.BgClassName
{
background-color: #4E0D48;
}
</style>
border-color css
<style>
span { border-color: #4E0D48; }
span { border-color: rgb(78,13,72); }
td.TdClassName
{
border-color: #4E0D48;
}
.TagClassName
{
border-color: #4E0D48;
}
</style>