Shades of Mardi Gras #490F40
Tints of Mardi Gras #490F40
RGB
CMYK
RGB Variations
Color information
#490F40 (or 0x490F40) is known color: Mardi Gras. HEX triplet: 49, 0F and 40. RGB value is (73,15,64). Sum of RGB (Red+Green+Blue) = 73+15+64=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #490F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F40 is #B6F0BF. Grayscale: #252525. Windows color (decimal): -11989184 or 4198217. OLE color: 4198217.
HSL color Cylindrical-coordinate representation of color #490F40: hue angle of 309.31º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #490F40 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 64 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.71 |
| HSL | 309.31º | 0.66% | 0.17% | - |
| HSV(B) | 309.31º | 0.79% | 0.29% | - |
| XYZ | 3.84 | 2.13 | 5.06 | - |
| YUV | 37.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 64 | 0 | 0.79 | 0.12 | 0.71 | 309.31 | 0.66 | 0.17 |
| Hex | 49 | F | 40 | 0 | 4F | C | 47 | 135 | 42 | 11 |
| Octal | 111 | 17 | 100 | 0 | 117 | 14 | 107 | 465 | 102 | 21 |
| Binary | 1001001 | 1111 | 1000000 | 0 | 1001111 | 1100 | 1000111 | 100110101 | 1000010 | 10001 |
Color Harmonies of #490F40
Complementary color
Monochromatic Colors of #490F40
Black with #490F40
Text Example
Text Example
White with #490F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F40; }
p { color: rgb(73,15,64); }
H1.HeaderClassName
{
color: #490F40;
}
.AnyTagClassName
{
color: #490F40;
}
</style>
background-color css
<style>
a { background-color: #490F40; }
a { background-color: rgb(73,15,64); }
div.DivClassName
{
background-color: #490F40;
}
.BgClassName
{
background-color: #490F40;
}
</style>
border-color css
<style>
span { border-color: #490F40; }
span { border-color: rgb(73,15,64); }
td.TdClassName
{
border-color: #490F40;
}
.TagClassName
{
border-color: #490F40;
}
</style>