Shades of Mardi Gras #490D40
Tints of Mardi Gras #490D40
RGB
CMYK
RGB Variations
Color information
#490D40 (or 0x490D40) is known color: Mardi Gras. HEX triplet: 49, 0D and 40. RGB value is (73,13,64). Sum of RGB (Red+Green+Blue) = 73+13+64=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #490D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D40 is #B6F2BF. Grayscale: #242424. Windows color (decimal): -11989696 or 4197705. OLE color: 4197705.
HSL color Cylindrical-coordinate representation of color #490D40: hue angle of 309º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490D40 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 64 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.71 |
| HSL | 309º | 0.7% | 0.17% | - |
| HSV(B) | 309º | 0.82% | 0.29% | - |
| XYZ | 3.82 | 2.07 | 5.05 | - |
| YUV | 36.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 64 | 0 | 0.82 | 0.12 | 0.71 | 309 | 0.7 | 0.17 |
| Hex | 49 | D | 40 | 0 | 52 | C | 47 | 135 | 46 | 11 |
| Octal | 111 | 15 | 100 | 0 | 122 | 14 | 107 | 465 | 106 | 21 |
| Binary | 1001001 | 1101 | 1000000 | 0 | 1010010 | 1100 | 1000111 | 100110101 | 1000110 | 10001 |
Color Harmonies of #490D40
Complementary color
Monochromatic Colors of #490D40
Black with #490D40
Text Example
Text Example
White with #490D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D40; }
p { color: rgb(73,13,64); }
H1.HeaderClassName
{
color: #490D40;
}
.AnyTagClassName
{
color: #490D40;
}
</style>
background-color css
<style>
a { background-color: #490D40; }
a { background-color: rgb(73,13,64); }
div.DivClassName
{
background-color: #490D40;
}
.BgClassName
{
background-color: #490D40;
}
</style>
border-color css
<style>
span { border-color: #490D40; }
span { border-color: rgb(73,13,64); }
td.TdClassName
{
border-color: #490D40;
}
.TagClassName
{
border-color: #490D40;
}
</style>