Shades of Mardi Gras #471143
Tints of Mardi Gras #471143
RGB
CMYK
RGB Variations
Color information
#471143 (or 0x471143) is known color: Mardi Gras. HEX triplet: 47, 11 and 43. RGB value is (71,17,67). Sum of RGB (Red+Green+Blue) = 71+17+67=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471143 is #B8EEBC. Grayscale: #262626. Windows color (decimal): -12119741 or 4395335. OLE color: 4395335.
HSL color Cylindrical-coordinate representation of color #471143: hue angle of 304.44º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471143 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 67 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.72 |
| HSL | 304.44º | 0.61% | 0.17% | - |
| HSV(B) | 304.44º | 0.76% | 0.28% | - |
| XYZ | 3.81 | 2.15 | 5.52 | - |
| YUV | 38.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 67 | 0 | 0.76 | 0.06 | 0.72 | 304.44 | 0.61 | 0.17 |
| Hex | 47 | 11 | 43 | 0 | 4C | 6 | 48 | 130 | 3D | 11 |
| Octal | 107 | 21 | 103 | 0 | 114 | 6 | 110 | 460 | 75 | 21 |
| Binary | 1000111 | 10001 | 1000011 | 0 | 1001100 | 110 | 1001000 | 100110000 | 111101 | 10001 |
Color Harmonies of #471143
Complementary color
Monochromatic Colors of #471143
Black with #471143
Text Example
Text Example
White with #471143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471143; }
p { color: rgb(71,17,67); }
H1.HeaderClassName
{
color: #471143;
}
.AnyTagClassName
{
color: #471143;
}
</style>
background-color css
<style>
a { background-color: #471143; }
a { background-color: rgb(71,17,67); }
div.DivClassName
{
background-color: #471143;
}
.BgClassName
{
background-color: #471143;
}
</style>
border-color css
<style>
span { border-color: #471143; }
span { border-color: rgb(71,17,67); }
td.TdClassName
{
border-color: #471143;
}
.TagClassName
{
border-color: #471143;
}
</style>