Shades of Mardi Gras #47123F
Tints of Mardi Gras #47123F
RGB
CMYK
RGB Variations
Color information
#47123F (or 0x47123F) is known color: Mardi Gras. HEX triplet: 47, 12 and 3F. RGB value is (71,18,63). Sum of RGB (Red+Green+Blue) = 71+18+63=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123F is #B8EDC0. Grayscale: #262626. Windows color (decimal): -12119489 or 4133447. OLE color: 4133447.
HSL color Cylindrical-coordinate representation of color #47123F: hue angle of 309.06º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47123F is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 63 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.72 |
| HSL | 309.06º | 0.6% | 0.17% | - |
| HSV(B) | 309.06º | 0.75% | 0.28% | - |
| XYZ | 3.71 | 2.13 | 4.92 | - |
| YUV | 38.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 63 | 0 | 0.75 | 0.11 | 0.72 | 309.06 | 0.6 | 0.17 |
| Hex | 47 | 12 | 3F | 0 | 4B | B | 48 | 135 | 3C | 11 |
| Octal | 107 | 22 | 77 | 0 | 113 | 13 | 110 | 465 | 74 | 21 |
| Binary | 1000111 | 10010 | 111111 | 0 | 1001011 | 1011 | 1001000 | 100110101 | 111100 | 10001 |
Color Harmonies of #47123F
Complementary color
Monochromatic Colors of #47123F
Black with #47123F
Text Example
Text Example
White with #47123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47123F; }
p { color: rgb(71,18,63); }
H1.HeaderClassName
{
color: #47123F;
}
.AnyTagClassName
{
color: #47123F;
}
</style>
background-color css
<style>
a { background-color: #47123F; }
a { background-color: rgb(71,18,63); }
div.DivClassName
{
background-color: #47123F;
}
.BgClassName
{
background-color: #47123F;
}
</style>
border-color css
<style>
span { border-color: #47123F; }
span { border-color: rgb(71,18,63); }
td.TdClassName
{
border-color: #47123F;
}
.TagClassName
{
border-color: #47123F;
}
</style>