Shades of Mardi Gras #47153E
Tints of Mardi Gras #47153E
RGB
CMYK
RGB Variations
Color information
#47153E (or 0x47153E) is known color: Mardi Gras. HEX triplet: 47, 15 and 3E. RGB value is (71,21,62). Sum of RGB (Red+Green+Blue) = 71+21+62=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47153E is #B8EAC1. Grayscale: #282828. Windows color (decimal): -12118722 or 4068679. OLE color: 4068679.
HSL color Cylindrical-coordinate representation of color #47153E: hue angle of 310.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47153E is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 62 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.72 |
| HSL | 310.8º | 0.54% | 0.18% | - |
| HSV(B) | 310.8º | 0.7% | 0.28% | - |
| XYZ | 3.74 | 2.22 | 4.79 | - |
| YUV | 40.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 62 | 0 | 0.70 | 0.13 | 0.72 | 310.8 | 0.54 | 0.18 |
| Hex | 47 | 15 | 3E | 0 | 46 | D | 48 | 137 | 36 | 12 |
| Octal | 107 | 25 | 76 | 0 | 106 | 15 | 110 | 467 | 66 | 22 |
| Binary | 1000111 | 10101 | 111110 | 0 | 1000110 | 1101 | 1001000 | 100110111 | 110110 | 10010 |
Color Harmonies of #47153E
Complementary color
Monochromatic Colors of #47153E
Black with #47153E
Text Example
Text Example
White with #47153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47153E; }
p { color: rgb(71,21,62); }
H1.HeaderClassName
{
color: #47153E;
}
.AnyTagClassName
{
color: #47153E;
}
</style>
background-color css
<style>
a { background-color: #47153E; }
a { background-color: rgb(71,21,62); }
div.DivClassName
{
background-color: #47153E;
}
.BgClassName
{
background-color: #47153E;
}
</style>
border-color css
<style>
span { border-color: #47153E; }
span { border-color: rgb(71,21,62); }
td.TdClassName
{
border-color: #47153E;
}
.TagClassName
{
border-color: #47153E;
}
</style>