Shades of Mardi Gras #491745
Tints of Mardi Gras #491745
RGB
CMYK
RGB Variations
Color information
#491745 (or 0x491745) is known color: Mardi Gras. HEX triplet: 49, 17 and 45. RGB value is (73,23,69). Sum of RGB (Red+Green+Blue) = 73+23+69=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #491745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491745 is #B6E8BA. Grayscale: #2B2B2B. Windows color (decimal): -11987131 or 4527945. OLE color: 4527945.
HSL color Cylindrical-coordinate representation of color #491745: hue angle of 304.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491745 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 69 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.71 |
| HSL | 304.8º | 0.52% | 0.19% | - |
| HSV(B) | 304.8º | 0.68% | 0.29% | - |
| XYZ | 4.13 | 2.46 | 5.89 | - |
| YUV | 43.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 69 | 0 | 0.68 | 0.05 | 0.71 | 304.8 | 0.52 | 0.19 |
| Hex | 49 | 17 | 45 | 0 | 44 | 5 | 47 | 131 | 34 | 13 |
| Octal | 111 | 27 | 105 | 0 | 104 | 5 | 107 | 461 | 64 | 23 |
| Binary | 1001001 | 10111 | 1000101 | 0 | 1000100 | 101 | 1000111 | 100110001 | 110100 | 10011 |
Color Harmonies of #491745
Complementary color
Monochromatic Colors of #491745
Black with #491745
Text Example
Text Example
White with #491745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491745; }
p { color: rgb(73,23,69); }
H1.HeaderClassName
{
color: #491745;
}
.AnyTagClassName
{
color: #491745;
}
</style>
background-color css
<style>
a { background-color: #491745; }
a { background-color: rgb(73,23,69); }
div.DivClassName
{
background-color: #491745;
}
.BgClassName
{
background-color: #491745;
}
</style>
border-color css
<style>
span { border-color: #491745; }
span { border-color: rgb(73,23,69); }
td.TdClassName
{
border-color: #491745;
}
.TagClassName
{
border-color: #491745;
}
</style>