Shades of Mardi Gras #4D0749
Tints of Mardi Gras #4D0749
RGB
CMYK
RGB Variations
Color information
#4D0749 (or 0x4D0749) is known color: Mardi Gras. HEX triplet: 4D, 07 and 49. RGB value is (77,7,73). Sum of RGB (Red+Green+Blue) = 77+7+73=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0749 is #B2F8B6. Grayscale: #232323. Windows color (decimal): -11729079 or 4785997. OLE color: 4785997.
HSL color Cylindrical-coordinate representation of color #4D0749: hue angle of 303.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0749 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 7 | 73 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.70 |
| HSL | 303.43º | 0.83% | 0.16% | - |
| HSV(B) | 303.43º | 0.91% | 0.3% | - |
| XYZ | 4.34 | 2.21 | 6.5 | - |
| YUV | 35.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 73 | 0 | 0.91 | 0.05 | 0.70 | 303.43 | 0.83 | 0.16 |
| Hex | 4D | 7 | 49 | 0 | 5B | 5 | 46 | 12F | 53 | 10 |
| Octal | 115 | 7 | 111 | 0 | 133 | 5 | 106 | 457 | 123 | 20 |
| Binary | 1001101 | 111 | 1001001 | 0 | 1011011 | 101 | 1000110 | 100101111 | 1010011 | 10000 |
Color Harmonies of #4D0749
Complementary color
Monochromatic Colors of #4D0749
Black with #4D0749
Text Example
Text Example
White with #4D0749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0749; }
p { color: rgb(77,7,73); }
H1.HeaderClassName
{
color: #4D0749;
}
.AnyTagClassName
{
color: #4D0749;
}
</style>
background-color css
<style>
a { background-color: #4D0749; }
a { background-color: rgb(77,7,73); }
div.DivClassName
{
background-color: #4D0749;
}
.BgClassName
{
background-color: #4D0749;
}
</style>
border-color css
<style>
span { border-color: #4D0749; }
span { border-color: rgb(77,7,73); }
td.TdClassName
{
border-color: #4D0749;
}
.TagClassName
{
border-color: #4D0749;
}
</style>