Shades of Mardi Gras #47163E
Tints of Mardi Gras #47163E
RGB
CMYK
RGB Variations
Color information
#47163E (or 0x47163E) is known color: Mardi Gras. HEX triplet: 47, 16 and 3E. RGB value is (71,22,62). Sum of RGB (Red+Green+Blue) = 71+22+62=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47163E is #B8E9C1. Grayscale: #292929. Windows color (decimal): -12118466 or 4068935. OLE color: 4068935.
HSL color Cylindrical-coordinate representation of color #47163E: hue angle of 311.02º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47163E is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 22 | 62 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.72 |
| HSL | 311.02º | 0.53% | 0.18% | - |
| HSV(B) | 311.02º | 0.69% | 0.28% | - |
| XYZ | 3.75 | 2.26 | 4.8 | - |
| YUV | 41.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 62 | 0 | 0.69 | 0.13 | 0.72 | 311.02 | 0.53 | 0.18 |
| Hex | 47 | 16 | 3E | 0 | 45 | D | 48 | 137 | 35 | 12 |
| Octal | 107 | 26 | 76 | 0 | 105 | 15 | 110 | 467 | 65 | 22 |
| Binary | 1000111 | 10110 | 111110 | 0 | 1000101 | 1101 | 1001000 | 100110111 | 110101 | 10010 |
Color Harmonies of #47163E
Complementary color
Monochromatic Colors of #47163E
Black with #47163E
Text Example
Text Example
White with #47163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47163E; }
p { color: rgb(71,22,62); }
H1.HeaderClassName
{
color: #47163E;
}
.AnyTagClassName
{
color: #47163E;
}
</style>
background-color css
<style>
a { background-color: #47163E; }
a { background-color: rgb(71,22,62); }
div.DivClassName
{
background-color: #47163E;
}
.BgClassName
{
background-color: #47163E;
}
</style>
border-color css
<style>
span { border-color: #47163E; }
span { border-color: rgb(71,22,62); }
td.TdClassName
{
border-color: #47163E;
}
.TagClassName
{
border-color: #47163E;
}
</style>