Shades of Mardi Gras #491240
Tints of Mardi Gras #491240
RGB
CMYK
RGB Variations
Color information
#491240 (or 0x491240) is known color: Mardi Gras. HEX triplet: 49, 12 and 40. RGB value is (73,18,64). Sum of RGB (Red+Green+Blue) = 73+18+64=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #491240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491240 is #B6EDBF. Grayscale: #272727. Windows color (decimal): -11988416 or 4198985. OLE color: 4198985.
HSL color Cylindrical-coordinate representation of color #491240: hue angle of 309.82º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491240 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 64 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.71 |
| HSL | 309.82º | 0.6% | 0.18% | - |
| HSV(B) | 309.82º | 0.75% | 0.29% | - |
| XYZ | 3.89 | 2.22 | 5.07 | - |
| YUV | 39.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 64 | 0 | 0.75 | 0.12 | 0.71 | 309.82 | 0.6 | 0.18 |
| Hex | 49 | 12 | 40 | 0 | 4B | C | 47 | 136 | 3C | 12 |
| Octal | 111 | 22 | 100 | 0 | 113 | 14 | 107 | 466 | 74 | 22 |
| Binary | 1001001 | 10010 | 1000000 | 0 | 1001011 | 1100 | 1000111 | 100110110 | 111100 | 10010 |
Color Harmonies of #491240
Complementary color
Monochromatic Colors of #491240
Black with #491240
Text Example
Text Example
White with #491240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491240; }
p { color: rgb(73,18,64); }
H1.HeaderClassName
{
color: #491240;
}
.AnyTagClassName
{
color: #491240;
}
</style>
background-color css
<style>
a { background-color: #491240; }
a { background-color: rgb(73,18,64); }
div.DivClassName
{
background-color: #491240;
}
.BgClassName
{
background-color: #491240;
}
</style>
border-color css
<style>
span { border-color: #491240; }
span { border-color: rgb(73,18,64); }
td.TdClassName
{
border-color: #491240;
}
.TagClassName
{
border-color: #491240;
}
</style>