Shades of Mardi Gras #491243
Tints of Mardi Gras #491243
RGB
CMYK
RGB Variations
Color information
#491243 (or 0x491243) is known color: Mardi Gras. HEX triplet: 49, 12 and 43. RGB value is (73,18,67). Sum of RGB (Red+Green+Blue) = 73+18+67=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491243 is #B6EDBC. Grayscale: #272727. Windows color (decimal): -11988413 or 4395593. OLE color: 4395593.
HSL color Cylindrical-coordinate representation of color #491243: hue angle of 306.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491243 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 67 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.71 |
| HSL | 306.55º | 0.6% | 0.18% | - |
| HSV(B) | 306.55º | 0.75% | 0.29% | - |
| XYZ | 3.98 | 2.25 | 5.54 | - |
| YUV | 40.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 67 | 0 | 0.75 | 0.08 | 0.71 | 306.55 | 0.6 | 0.18 |
| Hex | 49 | 12 | 43 | 0 | 4B | 8 | 47 | 133 | 3C | 12 |
| Octal | 111 | 22 | 103 | 0 | 113 | 10 | 107 | 463 | 74 | 22 |
| Binary | 1001001 | 10010 | 1000011 | 0 | 1001011 | 1000 | 1000111 | 100110011 | 111100 | 10010 |
Color Harmonies of #491243
Complementary color
Monochromatic Colors of #491243
Black with #491243
Text Example
Text Example
White with #491243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491243; }
p { color: rgb(73,18,67); }
H1.HeaderClassName
{
color: #491243;
}
.AnyTagClassName
{
color: #491243;
}
</style>
background-color css
<style>
a { background-color: #491243; }
a { background-color: rgb(73,18,67); }
div.DivClassName
{
background-color: #491243;
}
.BgClassName
{
background-color: #491243;
}
</style>
border-color css
<style>
span { border-color: #491243; }
span { border-color: rgb(73,18,67); }
td.TdClassName
{
border-color: #491243;
}
.TagClassName
{
border-color: #491243;
}
</style>