Shades of Mardi Gras #47113F
Tints of Mardi Gras #47113F
RGB
CMYK
RGB Variations
Color information
#47113F (or 0x47113F) is known color: Mardi Gras. HEX triplet: 47, 11 and 3F. RGB value is (71,17,63). Sum of RGB (Red+Green+Blue) = 71+17+63=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47113F is #B8EEC0. Grayscale: #262626. Windows color (decimal): -12119745 or 4133191. OLE color: 4133191.
HSL color Cylindrical-coordinate representation of color #47113F: hue angle of 308.89º 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 #47113F is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 63 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.72 |
| HSL | 308.89º | 0.61% | 0.17% | - |
| HSV(B) | 308.89º | 0.76% | 0.28% | - |
| XYZ | 3.7 | 2.1 | 4.91 | - |
| YUV | 38.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 63 | 0 | 0.76 | 0.11 | 0.72 | 308.89 | 0.61 | 0.17 |
| Hex | 47 | 11 | 3F | 0 | 4C | B | 48 | 135 | 3D | 11 |
| Octal | 107 | 21 | 77 | 0 | 114 | 13 | 110 | 465 | 75 | 21 |
| Binary | 1000111 | 10001 | 111111 | 0 | 1001100 | 1011 | 1001000 | 100110101 | 111101 | 10001 |
Color Harmonies of #47113F
Complementary color
Monochromatic Colors of #47113F
Black with #47113F
Text Example
Text Example
White with #47113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47113F; }
p { color: rgb(71,17,63); }
H1.HeaderClassName
{
color: #47113F;
}
.AnyTagClassName
{
color: #47113F;
}
</style>
background-color css
<style>
a { background-color: #47113F; }
a { background-color: rgb(71,17,63); }
div.DivClassName
{
background-color: #47113F;
}
.BgClassName
{
background-color: #47113F;
}
</style>
border-color css
<style>
span { border-color: #47113F; }
span { border-color: rgb(71,17,63); }
td.TdClassName
{
border-color: #47113F;
}
.TagClassName
{
border-color: #47113F;
}
</style>