Shades of Mardi Gras #47103E
Tints of Mardi Gras #47103E
RGB
CMYK
RGB Variations
Color information
#47103E (or 0x47103E) is known color: Mardi Gras. HEX triplet: 47, 10 and 3E. RGB value is (71,16,62). Sum of RGB (Red+Green+Blue) = 71+16+62=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47103E is #B8EFC1. Grayscale: #252525. Windows color (decimal): -12120002 or 4067399. OLE color: 4067399.
HSL color Cylindrical-coordinate representation of color #47103E: hue angle of 309.82º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47103E is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 16 | 62 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.72 |
| HSL | 309.82º | 0.63% | 0.17% | - |
| HSV(B) | 309.82º | 0.77% | 0.28% | - |
| XYZ | 3.65 | 2.06 | 4.76 | - |
| YUV | 37.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 62 | 0 | 0.77 | 0.13 | 0.72 | 309.82 | 0.63 | 0.17 |
| Hex | 47 | 10 | 3E | 0 | 4D | D | 48 | 136 | 3F | 11 |
| Octal | 107 | 20 | 76 | 0 | 115 | 15 | 110 | 466 | 77 | 21 |
| Binary | 1000111 | 10000 | 111110 | 0 | 1001101 | 1101 | 1001000 | 100110110 | 111111 | 10001 |
Color Harmonies of #47103E
Complementary color
Monochromatic Colors of #47103E
Black with #47103E
Text Example
Text Example
White with #47103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47103E; }
p { color: rgb(71,16,62); }
H1.HeaderClassName
{
color: #47103E;
}
.AnyTagClassName
{
color: #47103E;
}
</style>
background-color css
<style>
a { background-color: #47103E; }
a { background-color: rgb(71,16,62); }
div.DivClassName
{
background-color: #47103E;
}
.BgClassName
{
background-color: #47103E;
}
</style>
border-color css
<style>
span { border-color: #47103E; }
span { border-color: rgb(71,16,62); }
td.TdClassName
{
border-color: #47103E;
}
.TagClassName
{
border-color: #47103E;
}
</style>