Shades of Mardi Gras #490D45
Tints of Mardi Gras #490D45
RGB
CMYK
RGB Variations
Color information
#490D45 (or 0x490D45) is known color: Mardi Gras. HEX triplet: 49, 0D and 45. RGB value is (73,13,69). Sum of RGB (Red+Green+Blue) = 73+13+69=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #490D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D45 is #B6F2BA. Grayscale: #252525. Windows color (decimal): -11989691 or 4525385. OLE color: 4525385.
HSL color Cylindrical-coordinate representation of color #490D45: hue angle of 304º 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 #490D45 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 69 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.71 |
| HSL | 304º | 0.7% | 0.17% | - |
| HSV(B) | 304º | 0.82% | 0.29% | - |
| XYZ | 3.97 | 2.13 | 5.83 | - |
| YUV | 37.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 69 | 0 | 0.82 | 0.05 | 0.71 | 304 | 0.7 | 0.17 |
| Hex | 49 | D | 45 | 0 | 52 | 5 | 47 | 130 | 46 | 11 |
| Octal | 111 | 15 | 105 | 0 | 122 | 5 | 107 | 460 | 106 | 21 |
| Binary | 1001001 | 1101 | 1000101 | 0 | 1010010 | 101 | 1000111 | 100110000 | 1000110 | 10001 |
Color Harmonies of #490D45
Complementary color
Monochromatic Colors of #490D45
Black with #490D45
Text Example
Text Example
White with #490D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D45; }
p { color: rgb(73,13,69); }
H1.HeaderClassName
{
color: #490D45;
}
.AnyTagClassName
{
color: #490D45;
}
</style>
background-color css
<style>
a { background-color: #490D45; }
a { background-color: rgb(73,13,69); }
div.DivClassName
{
background-color: #490D45;
}
.BgClassName
{
background-color: #490D45;
}
</style>
border-color css
<style>
span { border-color: #490D45; }
span { border-color: rgb(73,13,69); }
td.TdClassName
{
border-color: #490D45;
}
.TagClassName
{
border-color: #490D45;
}
</style>