Shades of Mardi Gras #471441
Tints of Mardi Gras #471441
RGB
CMYK
RGB Variations
Color information
#471441 (or 0x471441) is known color: Mardi Gras. HEX triplet: 47, 14 and 41. RGB value is (71,20,65). Sum of RGB (Red+Green+Blue) = 71+20+65=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471441 is #B8EBBE. Grayscale: #282828. Windows color (decimal): -12118975 or 4265031. OLE color: 4265031.
HSL color Cylindrical-coordinate representation of color #471441: hue angle of 307.06º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471441 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 20 | 65 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.72 |
| HSL | 307.06º | 0.56% | 0.18% | - |
| HSV(B) | 307.06º | 0.72% | 0.28% | - |
| XYZ | 3.8 | 2.22 | 5.23 | - |
| YUV | 40.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 65 | 0 | 0.72 | 0.08 | 0.72 | 307.06 | 0.56 | 0.18 |
| Hex | 47 | 14 | 41 | 0 | 48 | 8 | 48 | 133 | 38 | 12 |
| Octal | 107 | 24 | 101 | 0 | 110 | 10 | 110 | 463 | 70 | 22 |
| Binary | 1000111 | 10100 | 1000001 | 0 | 1001000 | 1000 | 1001000 | 100110011 | 111000 | 10010 |
Color Harmonies of #471441
Complementary color
Monochromatic Colors of #471441
Black with #471441
Text Example
Text Example
White with #471441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471441; }
p { color: rgb(71,20,65); }
H1.HeaderClassName
{
color: #471441;
}
.AnyTagClassName
{
color: #471441;
}
</style>
background-color css
<style>
a { background-color: #471441; }
a { background-color: rgb(71,20,65); }
div.DivClassName
{
background-color: #471441;
}
.BgClassName
{
background-color: #471441;
}
</style>
border-color css
<style>
span { border-color: #471441; }
span { border-color: rgb(71,20,65); }
td.TdClassName
{
border-color: #471441;
}
.TagClassName
{
border-color: #471441;
}
</style>