Shades of Mardi Gras #47163F
Tints of Mardi Gras #47163F
RGB
CMYK
RGB Variations
Color information
#47163F (or 0x47163F) is known color: Mardi Gras. HEX triplet: 47, 16 and 3F. RGB value is (71,22,63). Sum of RGB (Red+Green+Blue) = 71+22+63=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47163F is #B8E9C0. Grayscale: #292929. Windows color (decimal): -12118465 or 4134471. OLE color: 4134471.
HSL color Cylindrical-coordinate representation of color #47163F: hue angle of 309.8º 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 #47163F is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 22 | 63 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.72 |
| HSL | 309.8º | 0.53% | 0.18% | - |
| HSV(B) | 309.8º | 0.69% | 0.28% | - |
| XYZ | 3.78 | 2.27 | 4.94 | - |
| YUV | 41.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 63 | 0 | 0.69 | 0.11 | 0.72 | 309.8 | 0.53 | 0.18 |
| Hex | 47 | 16 | 3F | 0 | 45 | B | 48 | 136 | 35 | 12 |
| Octal | 107 | 26 | 77 | 0 | 105 | 13 | 110 | 466 | 65 | 22 |
| Binary | 1000111 | 10110 | 111111 | 0 | 1000101 | 1011 | 1001000 | 100110110 | 110101 | 10010 |
Color Harmonies of #47163F
Complementary color
Monochromatic Colors of #47163F
Black with #47163F
Text Example
Text Example
White with #47163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47163F; }
p { color: rgb(71,22,63); }
H1.HeaderClassName
{
color: #47163F;
}
.AnyTagClassName
{
color: #47163F;
}
</style>
background-color css
<style>
a { background-color: #47163F; }
a { background-color: rgb(71,22,63); }
div.DivClassName
{
background-color: #47163F;
}
.BgClassName
{
background-color: #47163F;
}
</style>
border-color css
<style>
span { border-color: #47163F; }
span { border-color: rgb(71,22,63); }
td.TdClassName
{
border-color: #47163F;
}
.TagClassName
{
border-color: #47163F;
}
</style>