Shades of Mardi Gras #490C41
Tints of Mardi Gras #490C41
RGB
CMYK
RGB Variations
Color information
#490C41 (or 0x490C41) is known color: Mardi Gras. HEX triplet: 49, 0C and 41. RGB value is (73,12,65). Sum of RGB (Red+Green+Blue) = 73+12+65=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #490C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C41 is #B6F3BE. Grayscale: #242424. Windows color (decimal): -11989951 or 4262985. OLE color: 4262985.
HSL color Cylindrical-coordinate representation of color #490C41: hue angle of 307.87º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C41 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 12 | 65 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.71 |
| HSL | 307.87º | 0.72% | 0.17% | - |
| HSV(B) | 307.87º | 0.84% | 0.29% | - |
| XYZ | 3.83 | 2.06 | 5.2 | - |
| YUV | 36.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 65 | 0 | 0.84 | 0.11 | 0.71 | 307.87 | 0.72 | 0.17 |
| Hex | 49 | C | 41 | 0 | 54 | B | 47 | 134 | 48 | 11 |
| Octal | 111 | 14 | 101 | 0 | 124 | 13 | 107 | 464 | 110 | 21 |
| Binary | 1001001 | 1100 | 1000001 | 0 | 1010100 | 1011 | 1000111 | 100110100 | 1001000 | 10001 |
Color Harmonies of #490C41
Complementary color
Monochromatic Colors of #490C41
Black with #490C41
Text Example
Text Example
White with #490C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C41; }
p { color: rgb(73,12,65); }
H1.HeaderClassName
{
color: #490C41;
}
.AnyTagClassName
{
color: #490C41;
}
</style>
background-color css
<style>
a { background-color: #490C41; }
a { background-color: rgb(73,12,65); }
div.DivClassName
{
background-color: #490C41;
}
.BgClassName
{
background-color: #490C41;
}
</style>
border-color css
<style>
span { border-color: #490C41; }
span { border-color: rgb(73,12,65); }
td.TdClassName
{
border-color: #490C41;
}
.TagClassName
{
border-color: #490C41;
}
</style>