Shades of Mardi Gras #491545
Tints of Mardi Gras #491545
RGB
CMYK
RGB Variations
Color information
#491545 (or 0x491545) is known color: Mardi Gras. HEX triplet: 49, 15 and 45. RGB value is (73,21,69). Sum of RGB (Red+Green+Blue) = 73+21+69=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491545 is #B6EABA. Grayscale: #292929. Windows color (decimal): -11987643 or 4527433. OLE color: 4527433.
HSL color Cylindrical-coordinate representation of color #491545: hue angle of 304.62º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491545 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 69 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.71 |
| HSL | 304.62º | 0.55% | 0.18% | - |
| HSV(B) | 304.62º | 0.71% | 0.29% | - |
| XYZ | 4.09 | 2.38 | 5.87 | - |
| YUV | 42.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 69 | 0 | 0.71 | 0.05 | 0.71 | 304.62 | 0.55 | 0.18 |
| Hex | 49 | 15 | 45 | 0 | 47 | 5 | 47 | 131 | 37 | 12 |
| Octal | 111 | 25 | 105 | 0 | 107 | 5 | 107 | 461 | 67 | 22 |
| Binary | 1001001 | 10101 | 1000101 | 0 | 1000111 | 101 | 1000111 | 100110001 | 110111 | 10010 |
Color Harmonies of #491545
Complementary color
Monochromatic Colors of #491545
Black with #491545
Text Example
Text Example
White with #491545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491545; }
p { color: rgb(73,21,69); }
H1.HeaderClassName
{
color: #491545;
}
.AnyTagClassName
{
color: #491545;
}
</style>
background-color css
<style>
a { background-color: #491545; }
a { background-color: rgb(73,21,69); }
div.DivClassName
{
background-color: #491545;
}
.BgClassName
{
background-color: #491545;
}
</style>
border-color css
<style>
span { border-color: #491545; }
span { border-color: rgb(73,21,69); }
td.TdClassName
{
border-color: #491545;
}
.TagClassName
{
border-color: #491545;
}
</style>