Shades of Mardi Gras #490544
Tints of Mardi Gras #490544
RGB
CMYK
RGB Variations
Color information
#490544 (or 0x490544) is known color: Mardi Gras. HEX triplet: 49, 05 and 44. RGB value is (73,5,68). Sum of RGB (Red+Green+Blue) = 73+5+68=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #490544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490544 is #B6FABB. Grayscale: #202020. Windows color (decimal): -11991740 or 4457801. OLE color: 4457801.
HSL color Cylindrical-coordinate representation of color #490544: hue angle of 304.41º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490544 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 68 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.71 |
| HSL | 304.41º | 0.87% | 0.15% | - |
| HSV(B) | 304.41º | 0.93% | 0.29% | - |
| XYZ | 3.85 | 1.94 | 5.64 | - |
| YUV | 32.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 68 | 0 | 0.93 | 0.07 | 0.71 | 304.41 | 0.87 | 0.15 |
| Hex | 49 | 5 | 44 | 0 | 5D | 7 | 47 | 130 | 57 | F |
| Octal | 111 | 5 | 104 | 0 | 135 | 7 | 107 | 460 | 127 | 17 |
| Binary | 1001001 | 101 | 1000100 | 0 | 1011101 | 111 | 1000111 | 100110000 | 1010111 | 1111 |
Color Harmonies of #490544
Complementary color
Monochromatic Colors of #490544
Black with #490544
Text Example
Text Example
White with #490544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490544; }
p { color: rgb(73,5,68); }
H1.HeaderClassName
{
color: #490544;
}
.AnyTagClassName
{
color: #490544;
}
</style>
background-color css
<style>
a { background-color: #490544; }
a { background-color: rgb(73,5,68); }
div.DivClassName
{
background-color: #490544;
}
.BgClassName
{
background-color: #490544;
}
</style>
border-color css
<style>
span { border-color: #490544; }
span { border-color: rgb(73,5,68); }
td.TdClassName
{
border-color: #490544;
}
.TagClassName
{
border-color: #490544;
}
</style>