Shades of Mardi Gras #490B41
Tints of Mardi Gras #490B41
RGB
CMYK
RGB Variations
Color information
#490B41 (or 0x490B41) is known color: Mardi Gras. HEX triplet: 49, 0B and 41. RGB value is (73,11,65). Sum of RGB (Red+Green+Blue) = 73+11+65=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #490B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B41 is #B6F4BE. Grayscale: #232323. Windows color (decimal): -11990207 or 4262729. OLE color: 4262729.
HSL color Cylindrical-coordinate representation of color #490B41: hue angle of 307.74º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B41 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 65 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.71 |
| HSL | 307.74º | 0.74% | 0.16% | - |
| HSV(B) | 307.74º | 0.85% | 0.29% | - |
| XYZ | 3.82 | 2.04 | 5.19 | - |
| YUV | 35.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 65 | 0 | 0.85 | 0.11 | 0.71 | 307.74 | 0.74 | 0.16 |
| Hex | 49 | B | 41 | 0 | 55 | B | 47 | 134 | 4A | 10 |
| Octal | 111 | 13 | 101 | 0 | 125 | 13 | 107 | 464 | 112 | 20 |
| Binary | 1001001 | 1011 | 1000001 | 0 | 1010101 | 1011 | 1000111 | 100110100 | 1001010 | 10000 |
Color Harmonies of #490B41
Complementary color
Monochromatic Colors of #490B41
Black with #490B41
Text Example
Text Example
White with #490B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B41; }
p { color: rgb(73,11,65); }
H1.HeaderClassName
{
color: #490B41;
}
.AnyTagClassName
{
color: #490B41;
}
</style>
background-color css
<style>
a { background-color: #490B41; }
a { background-color: rgb(73,11,65); }
div.DivClassName
{
background-color: #490B41;
}
.BgClassName
{
background-color: #490B41;
}
</style>
border-color css
<style>
span { border-color: #490B41; }
span { border-color: rgb(73,11,65); }
td.TdClassName
{
border-color: #490B41;
}
.TagClassName
{
border-color: #490B41;
}
</style>