Shades of Mardi Gras #4D0949
Tints of Mardi Gras #4D0949
RGB
CMYK
RGB Variations
Color information
#4D0949 (or 0x4D0949) is known color: Mardi Gras. HEX triplet: 4D, 09 and 49. RGB value is (77,9,73). Sum of RGB (Red+Green+Blue) = 77+9+73=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0949 is #B2F6B6. Grayscale: #242424. Windows color (decimal): -11728567 or 4786509. OLE color: 4786509.
HSL color Cylindrical-coordinate representation of color #4D0949: hue angle of 303.53º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0949 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 9 | 73 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.70 |
| HSL | 303.53º | 0.79% | 0.17% | - |
| HSV(B) | 303.53º | 0.88% | 0.3% | - |
| XYZ | 4.36 | 2.25 | 6.51 | - |
| YUV | 36.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 73 | 0 | 0.88 | 0.05 | 0.70 | 303.53 | 0.79 | 0.17 |
| Hex | 4D | 9 | 49 | 0 | 58 | 5 | 46 | 130 | 4F | 11 |
| Octal | 115 | 11 | 111 | 0 | 130 | 5 | 106 | 460 | 117 | 21 |
| Binary | 1001101 | 1001 | 1001001 | 0 | 1011000 | 101 | 1000110 | 100110000 | 1001111 | 10001 |
Color Harmonies of #4D0949
Complementary color
Monochromatic Colors of #4D0949
Black with #4D0949
Text Example
Text Example
White with #4D0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0949; }
p { color: rgb(77,9,73); }
H1.HeaderClassName
{
color: #4D0949;
}
.AnyTagClassName
{
color: #4D0949;
}
</style>
background-color css
<style>
a { background-color: #4D0949; }
a { background-color: rgb(77,9,73); }
div.DivClassName
{
background-color: #4D0949;
}
.BgClassName
{
background-color: #4D0949;
}
</style>
border-color css
<style>
span { border-color: #4D0949; }
span { border-color: rgb(77,9,73); }
td.TdClassName
{
border-color: #4D0949;
}
.TagClassName
{
border-color: #4D0949;
}
</style>