Shades of Mardi Gras #471D44
Tints of Mardi Gras #471D44
RGB
CMYK
RGB Variations
Color information
#471D44 (or 0x471D44) is known color: Mardi Gras. HEX triplet: 47, 1D and 44. RGB value is (71,29,68). Sum of RGB (Red+Green+Blue) = 71+29+68=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #471D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D44 is #B8E2BB. Grayscale: #2D2D2D. Windows color (decimal): -12116668 or 4463943. OLE color: 4463943.
HSL color Cylindrical-coordinate representation of color #471D44: hue angle of 304.29º 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 #471D44 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 68 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.72 |
| HSL | 304.29º | 0.42% | 0.2% | - |
| HSV(B) | 304.29º | 0.59% | 0.28% | - |
| XYZ | 4.08 | 2.64 | 5.76 | - |
| YUV | 46 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 68 | 0 | 0.59 | 0.04 | 0.72 | 304.29 | 0.42 | 0.2 |
| Hex | 47 | 1D | 44 | 0 | 3B | 4 | 48 | 130 | 2A | 14 |
| Octal | 107 | 35 | 104 | 0 | 73 | 4 | 110 | 460 | 52 | 24 |
| Binary | 1000111 | 11101 | 1000100 | 0 | 111011 | 100 | 1001000 | 100110000 | 101010 | 10100 |
Color Harmonies of #471D44
Complementary color
Monochromatic Colors of #471D44
Black with #471D44
Text Example
Text Example
White with #471D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D44; }
p { color: rgb(71,29,68); }
H1.HeaderClassName
{
color: #471D44;
}
.AnyTagClassName
{
color: #471D44;
}
</style>
background-color css
<style>
a { background-color: #471D44; }
a { background-color: rgb(71,29,68); }
div.DivClassName
{
background-color: #471D44;
}
.BgClassName
{
background-color: #471D44;
}
</style>
border-color css
<style>
span { border-color: #471D44; }
span { border-color: rgb(71,29,68); }
td.TdClassName
{
border-color: #471D44;
}
.TagClassName
{
border-color: #471D44;
}
</style>