Shades of Mardi Gras #490C40
Tints of Mardi Gras #490C40
RGB
CMYK
RGB Variations
Color information
#490C40 (or 0x490C40) is known color: Mardi Gras. HEX triplet: 49, 0C and 40. RGB value is (73,12,64). Sum of RGB (Red+Green+Blue) = 73+12+64=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #490C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C40 is #B6F3BF. Grayscale: #242424. Windows color (decimal): -11989952 or 4197449. OLE color: 4197449.
HSL color Cylindrical-coordinate representation of color #490C40: hue angle of 308.85º 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 #490C40 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 12 | 64 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.71 |
| HSL | 308.85º | 0.72% | 0.17% | - |
| HSV(B) | 308.85º | 0.84% | 0.29% | - |
| XYZ | 3.8 | 2.05 | 5.05 | - |
| YUV | 36.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 64 | 0 | 0.84 | 0.12 | 0.71 | 308.85 | 0.72 | 0.17 |
| Hex | 49 | C | 40 | 0 | 54 | C | 47 | 135 | 48 | 11 |
| Octal | 111 | 14 | 100 | 0 | 124 | 14 | 107 | 465 | 110 | 21 |
| Binary | 1001001 | 1100 | 1000000 | 0 | 1010100 | 1100 | 1000111 | 100110101 | 1001000 | 10001 |
Color Harmonies of #490C40
Complementary color
Monochromatic Colors of #490C40
Black with #490C40
Text Example
Text Example
White with #490C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C40; }
p { color: rgb(73,12,64); }
H1.HeaderClassName
{
color: #490C40;
}
.AnyTagClassName
{
color: #490C40;
}
</style>
background-color css
<style>
a { background-color: #490C40; }
a { background-color: rgb(73,12,64); }
div.DivClassName
{
background-color: #490C40;
}
.BgClassName
{
background-color: #490C40;
}
</style>
border-color css
<style>
span { border-color: #490C40; }
span { border-color: rgb(73,12,64); }
td.TdClassName
{
border-color: #490C40;
}
.TagClassName
{
border-color: #490C40;
}
</style>