Shades of Mardi Gras #471942
Tints of Mardi Gras #471942
RGB
CMYK
RGB Variations
Color information
#471942 (or 0x471942) is known color: Mardi Gras. HEX triplet: 47, 19 and 42. RGB value is (71,25,66). Sum of RGB (Red+Green+Blue) = 71+25+66=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #471942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471942 is #B8E6BD. Grayscale: #2B2B2B. Windows color (decimal): -12117694 or 4331847. OLE color: 4331847.
HSL color Cylindrical-coordinate representation of color #471942: hue angle of 306.52º 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 #471942 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 66 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.72 |
| HSL | 306.52º | 0.48% | 0.19% | - |
| HSV(B) | 306.52º | 0.65% | 0.28% | - |
| XYZ | 3.93 | 2.43 | 5.42 | - |
| YUV | 43.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 66 | 0 | 0.65 | 0.07 | 0.72 | 306.52 | 0.48 | 0.19 |
| Hex | 47 | 19 | 42 | 0 | 41 | 7 | 48 | 133 | 30 | 13 |
| Octal | 107 | 31 | 102 | 0 | 101 | 7 | 110 | 463 | 60 | 23 |
| Binary | 1000111 | 11001 | 1000010 | 0 | 1000001 | 111 | 1001000 | 100110011 | 110000 | 10011 |
Color Harmonies of #471942
Complementary color
Monochromatic Colors of #471942
Black with #471942
Text Example
Text Example
White with #471942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471942; }
p { color: rgb(71,25,66); }
H1.HeaderClassName
{
color: #471942;
}
.AnyTagClassName
{
color: #471942;
}
</style>
background-color css
<style>
a { background-color: #471942; }
a { background-color: rgb(71,25,66); }
div.DivClassName
{
background-color: #471942;
}
.BgClassName
{
background-color: #471942;
}
</style>
border-color css
<style>
span { border-color: #471942; }
span { border-color: rgb(71,25,66); }
td.TdClassName
{
border-color: #471942;
}
.TagClassName
{
border-color: #471942;
}
</style>