Shades of Mardi Gras #490D41
Tints of Mardi Gras #490D41
RGB
CMYK
RGB Variations
Color information
#490D41 (or 0x490D41) is known color: Mardi Gras. HEX triplet: 49, 0D and 41. RGB value is (73,13,65). Sum of RGB (Red+Green+Blue) = 73+13+65=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #490D41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D41 is #B6F2BE. Grayscale: #242424. Windows color (decimal): -11989695 or 4263241. OLE color: 4263241.
HSL color Cylindrical-coordinate representation of color #490D41: hue angle of 308º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490D41 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 65 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.71 |
| HSL | 308º | 0.7% | 0.17% | - |
| HSV(B) | 308º | 0.82% | 0.29% | - |
| XYZ | 3.85 | 2.09 | 5.2 | - |
| YUV | 36.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 65 | 0 | 0.82 | 0.11 | 0.71 | 308 | 0.7 | 0.17 |
| Hex | 49 | D | 41 | 0 | 52 | B | 47 | 134 | 46 | 11 |
| Octal | 111 | 15 | 101 | 0 | 122 | 13 | 107 | 464 | 106 | 21 |
| Binary | 1001001 | 1101 | 1000001 | 0 | 1010010 | 1011 | 1000111 | 100110100 | 1000110 | 10001 |
Color Harmonies of #490D41
Complementary color
Monochromatic Colors of #490D41
Black with #490D41
Text Example
Text Example
White with #490D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D41; }
p { color: rgb(73,13,65); }
H1.HeaderClassName
{
color: #490D41;
}
.AnyTagClassName
{
color: #490D41;
}
</style>
background-color css
<style>
a { background-color: #490D41; }
a { background-color: rgb(73,13,65); }
div.DivClassName
{
background-color: #490D41;
}
.BgClassName
{
background-color: #490D41;
}
</style>
border-color css
<style>
span { border-color: #490D41; }
span { border-color: rgb(73,13,65); }
td.TdClassName
{
border-color: #490D41;
}
.TagClassName
{
border-color: #490D41;
}
</style>