Shades of Mardi Gras #491644
Tints of Mardi Gras #491644
RGB
CMYK
RGB Variations
Color information
#491644 (or 0x491644) is known color: Mardi Gras. HEX triplet: 49, 16 and 44. RGB value is (73,22,68). Sum of RGB (Red+Green+Blue) = 73+22+68=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491644 is #B6E9BB. Grayscale: #2A2A2A. Windows color (decimal): -11987388 or 4462153. OLE color: 4462153.
HSL color Cylindrical-coordinate representation of color #491644: hue angle of 305.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491644 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 68 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.71 |
| HSL | 305.88º | 0.54% | 0.19% | - |
| HSV(B) | 305.88º | 0.7% | 0.29% | - |
| XYZ | 4.08 | 2.41 | 5.72 | - |
| YUV | 42.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 68 | 0 | 0.70 | 0.07 | 0.71 | 305.88 | 0.54 | 0.19 |
| Hex | 49 | 16 | 44 | 0 | 46 | 7 | 47 | 132 | 36 | 13 |
| Octal | 111 | 26 | 104 | 0 | 106 | 7 | 107 | 462 | 66 | 23 |
| Binary | 1001001 | 10110 | 1000100 | 0 | 1000110 | 111 | 1000111 | 100110010 | 110110 | 10011 |
Color Harmonies of #491644
Complementary color
Monochromatic Colors of #491644
Black with #491644
Text Example
Text Example
White with #491644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491644; }
p { color: rgb(73,22,68); }
H1.HeaderClassName
{
color: #491644;
}
.AnyTagClassName
{
color: #491644;
}
</style>
background-color css
<style>
a { background-color: #491644; }
a { background-color: rgb(73,22,68); }
div.DivClassName
{
background-color: #491644;
}
.BgClassName
{
background-color: #491644;
}
</style>
border-color css
<style>
span { border-color: #491644; }
span { border-color: rgb(73,22,68); }
td.TdClassName
{
border-color: #491644;
}
.TagClassName
{
border-color: #491644;
}
</style>