Shades of Mardi Gras #490A40
Tints of Mardi Gras #490A40
RGB
CMYK
RGB Variations
Color information
#490A40 (or 0x490A40) is known color: Mardi Gras. HEX triplet: 49, 0A and 40. RGB value is (73,10,64). Sum of RGB (Red+Green+Blue) = 73+10+64=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A40 is #B6F5BF. Grayscale: #222222. Windows color (decimal): -11990464 or 4196937. OLE color: 4196937.
HSL color Cylindrical-coordinate representation of color #490A40: hue angle of 308.57º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A40 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 64 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.71 |
| HSL | 308.57º | 0.76% | 0.16% | - |
| HSV(B) | 308.57º | 0.86% | 0.29% | - |
| XYZ | 3.78 | 2 | 5.04 | - |
| YUV | 34.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 64 | 0 | 0.86 | 0.12 | 0.71 | 308.57 | 0.76 | 0.16 |
| Hex | 49 | A | 40 | 0 | 56 | C | 47 | 135 | 4C | 10 |
| Octal | 111 | 12 | 100 | 0 | 126 | 14 | 107 | 465 | 114 | 20 |
| Binary | 1001001 | 1010 | 1000000 | 0 | 1010110 | 1100 | 1000111 | 100110101 | 1001100 | 10000 |
Color Harmonies of #490A40
Complementary color
Monochromatic Colors of #490A40
Black with #490A40
Text Example
Text Example
White with #490A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A40; }
p { color: rgb(73,10,64); }
H1.HeaderClassName
{
color: #490A40;
}
.AnyTagClassName
{
color: #490A40;
}
</style>
background-color css
<style>
a { background-color: #490A40; }
a { background-color: rgb(73,10,64); }
div.DivClassName
{
background-color: #490A40;
}
.BgClassName
{
background-color: #490A40;
}
</style>
border-color css
<style>
span { border-color: #490A40; }
span { border-color: rgb(73,10,64); }
td.TdClassName
{
border-color: #490A40;
}
.TagClassName
{
border-color: #490A40;
}
</style>