Shades of Mardi Gras #471944
Tints of Mardi Gras #471944
RGB
CMYK
RGB Variations
Color information
#471944 (or 0x471944) is known color: Mardi Gras. HEX triplet: 47, 19 and 44. RGB value is (71,25,68). Sum of RGB (Red+Green+Blue) = 71+25+68=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #471944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471944 is #B8E6BB. Grayscale: #2B2B2B. Windows color (decimal): -12117692 or 4462919. OLE color: 4462919.
HSL color Cylindrical-coordinate representation of color #471944: hue angle of 303.91º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471944 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 68 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.72 |
| HSL | 303.91º | 0.48% | 0.19% | - |
| HSV(B) | 303.91º | 0.65% | 0.28% | - |
| XYZ | 3.99 | 2.45 | 5.73 | - |
| YUV | 43.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 68 | 0 | 0.65 | 0.04 | 0.72 | 303.91 | 0.48 | 0.19 |
| Hex | 47 | 19 | 44 | 0 | 41 | 4 | 48 | 130 | 30 | 13 |
| Octal | 107 | 31 | 104 | 0 | 101 | 4 | 110 | 460 | 60 | 23 |
| Binary | 1000111 | 11001 | 1000100 | 0 | 1000001 | 100 | 1001000 | 100110000 | 110000 | 10011 |
Color Harmonies of #471944
Complementary color
Monochromatic Colors of #471944
Black with #471944
Text Example
Text Example
White with #471944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471944; }
p { color: rgb(71,25,68); }
H1.HeaderClassName
{
color: #471944;
}
.AnyTagClassName
{
color: #471944;
}
</style>
background-color css
<style>
a { background-color: #471944; }
a { background-color: rgb(71,25,68); }
div.DivClassName
{
background-color: #471944;
}
.BgClassName
{
background-color: #471944;
}
</style>
border-color css
<style>
span { border-color: #471944; }
span { border-color: rgb(71,25,68); }
td.TdClassName
{
border-color: #471944;
}
.TagClassName
{
border-color: #471944;
}
</style>