Shades of Mardi Gras #471D46
Tints of Mardi Gras #471D46
RGB
CMYK
RGB Variations
Color information
#471D46 (or 0x471D46) is known color: Mardi Gras. HEX triplet: 47, 1D and 46. RGB value is (71,29,70). Sum of RGB (Red+Green+Blue) = 71+29+70=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #471D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D46 is #B8E2B9. Grayscale: #2E2E2E. Windows color (decimal): -12116666 or 4595015. OLE color: 4595015.
HSL color Cylindrical-coordinate representation of color #471D46: hue angle of 301.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D46 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 70 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.72 |
| HSL | 301.43º | 0.42% | 0.2% | - |
| HSV(B) | 301.43º | 0.59% | 0.28% | - |
| XYZ | 4.14 | 2.66 | 6.09 | - |
| YUV | 46.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 70 | 0 | 0.59 | 0.01 | 0.72 | 301.43 | 0.42 | 0.2 |
| Hex | 47 | 1D | 46 | 0 | 3B | 1 | 48 | 12D | 2A | 14 |
| Octal | 107 | 35 | 106 | 0 | 73 | 1 | 110 | 455 | 52 | 24 |
| Binary | 1000111 | 11101 | 1000110 | 0 | 111011 | 1 | 1001000 | 100101101 | 101010 | 10100 |
Color Harmonies of #471D46
Complementary color
Monochromatic Colors of #471D46
Black with #471D46
Text Example
Text Example
White with #471D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D46; }
p { color: rgb(71,29,70); }
H1.HeaderClassName
{
color: #471D46;
}
.AnyTagClassName
{
color: #471D46;
}
</style>
background-color css
<style>
a { background-color: #471D46; }
a { background-color: rgb(71,29,70); }
div.DivClassName
{
background-color: #471D46;
}
.BgClassName
{
background-color: #471D46;
}
</style>
border-color css
<style>
span { border-color: #471D46; }
span { border-color: rgb(71,29,70); }
td.TdClassName
{
border-color: #471D46;
}
.TagClassName
{
border-color: #471D46;
}
</style>