Shades of Mardi Gras #4D0848
Tints of Mardi Gras #4D0848
RGB
CMYK
RGB Variations
Color information
#4D0848 (or 0x4D0848) is known color: Mardi Gras. HEX triplet: 4D, 08 and 48. RGB value is (77,8,72). Sum of RGB (Red+Green+Blue) = 77+8+72=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0848 is #B2F7B7. Grayscale: #232323. Windows color (decimal): -11728824 or 4720717. OLE color: 4720717.
HSL color Cylindrical-coordinate representation of color #4D0848: hue angle of 304.35º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0848 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 8 | 72 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.70 |
| HSL | 304.35º | 0.81% | 0.17% | - |
| HSV(B) | 304.35º | 0.9% | 0.3% | - |
| XYZ | 4.32 | 2.22 | 6.33 | - |
| YUV | 35.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 72 | 0 | 0.90 | 0.06 | 0.70 | 304.35 | 0.81 | 0.17 |
| Hex | 4D | 8 | 48 | 0 | 5A | 6 | 46 | 130 | 51 | 11 |
| Octal | 115 | 10 | 110 | 0 | 132 | 6 | 106 | 460 | 121 | 21 |
| Binary | 1001101 | 1000 | 1001000 | 0 | 1011010 | 110 | 1000110 | 100110000 | 1010001 | 10001 |
Color Harmonies of #4D0848
Complementary color
Monochromatic Colors of #4D0848
Black with #4D0848
Text Example
Text Example
White with #4D0848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0848; }
p { color: rgb(77,8,72); }
H1.HeaderClassName
{
color: #4D0848;
}
.AnyTagClassName
{
color: #4D0848;
}
</style>
background-color css
<style>
a { background-color: #4D0848; }
a { background-color: rgb(77,8,72); }
div.DivClassName
{
background-color: #4D0848;
}
.BgClassName
{
background-color: #4D0848;
}
</style>
border-color css
<style>
span { border-color: #4D0848; }
span { border-color: rgb(77,8,72); }
td.TdClassName
{
border-color: #4D0848;
}
.TagClassName
{
border-color: #4D0848;
}
</style>