Shades of Mardi Gras #491145
Tints of Mardi Gras #491145
RGB
CMYK
RGB Variations
Color information
#491145 (or 0x491145) is known color: Mardi Gras. HEX triplet: 49, 11 and 45. RGB value is (73,17,69). Sum of RGB (Red+Green+Blue) = 73+17+69=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491145 is #B6EEBA. Grayscale: #272727. Windows color (decimal): -11988667 or 4526409. OLE color: 4526409.
HSL color Cylindrical-coordinate representation of color #491145: hue angle of 304.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491145 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 69 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.71 |
| HSL | 304.29º | 0.62% | 0.18% | - |
| HSV(B) | 304.29º | 0.77% | 0.29% | - |
| XYZ | 4.02 | 2.25 | 5.85 | - |
| YUV | 39.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 69 | 0 | 0.77 | 0.05 | 0.71 | 304.29 | 0.62 | 0.18 |
| Hex | 49 | 11 | 45 | 0 | 4D | 5 | 47 | 130 | 3E | 12 |
| Octal | 111 | 21 | 105 | 0 | 115 | 5 | 107 | 460 | 76 | 22 |
| Binary | 1001001 | 10001 | 1000101 | 0 | 1001101 | 101 | 1000111 | 100110000 | 111110 | 10010 |
Color Harmonies of #491145
Complementary color
Monochromatic Colors of #491145
Black with #491145
Text Example
Text Example
White with #491145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491145; }
p { color: rgb(73,17,69); }
H1.HeaderClassName
{
color: #491145;
}
.AnyTagClassName
{
color: #491145;
}
</style>
background-color css
<style>
a { background-color: #491145; }
a { background-color: rgb(73,17,69); }
div.DivClassName
{
background-color: #491145;
}
.BgClassName
{
background-color: #491145;
}
</style>
border-color css
<style>
span { border-color: #491145; }
span { border-color: rgb(73,17,69); }
td.TdClassName
{
border-color: #491145;
}
.TagClassName
{
border-color: #491145;
}
</style>