Shades of Mardi Gras #490941
Tints of Mardi Gras #490941
RGB
CMYK
RGB Variations
Color information
#490941 (or 0x490941) is known color: Mardi Gras. HEX triplet: 49, 09 and 41. RGB value is (73,9,65). Sum of RGB (Red+Green+Blue) = 73+9+65=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490941 is #B6F6BE. Grayscale: #222222. Windows color (decimal): -11990719 or 4262217. OLE color: 4262217.
HSL color Cylindrical-coordinate representation of color #490941: hue angle of 307.5º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490941 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 65 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.71 |
| HSL | 307.5º | 0.78% | 0.16% | - |
| HSV(B) | 307.5º | 0.88% | 0.29% | - |
| XYZ | 3.8 | 1.99 | 5.19 | - |
| YUV | 34.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 65 | 0 | 0.88 | 0.11 | 0.71 | 307.5 | 0.78 | 0.16 |
| Hex | 49 | 9 | 41 | 0 | 58 | B | 47 | 134 | 4E | 10 |
| Octal | 111 | 11 | 101 | 0 | 130 | 13 | 107 | 464 | 116 | 20 |
| Binary | 1001001 | 1001 | 1000001 | 0 | 1011000 | 1011 | 1000111 | 100110100 | 1001110 | 10000 |
Color Harmonies of #490941
Complementary color
Monochromatic Colors of #490941
Black with #490941
Text Example
Text Example
White with #490941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490941; }
p { color: rgb(73,9,65); }
H1.HeaderClassName
{
color: #490941;
}
.AnyTagClassName
{
color: #490941;
}
</style>
background-color css
<style>
a { background-color: #490941; }
a { background-color: rgb(73,9,65); }
div.DivClassName
{
background-color: #490941;
}
.BgClassName
{
background-color: #490941;
}
</style>
border-color css
<style>
span { border-color: #490941; }
span { border-color: rgb(73,9,65); }
td.TdClassName
{
border-color: #490941;
}
.TagClassName
{
border-color: #490941;
}
</style>