Shades of Mardi Gras #47093E
Tints of Mardi Gras #47093E
RGB
CMYK
RGB Variations
Color information
#47093E (or 0x47093E) is known color: Mardi Gras. HEX triplet: 47, 09 and 3E. RGB value is (71,9,62). Sum of RGB (Red+Green+Blue) = 71+9+62=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #47093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47093E is #B8F6C1. Grayscale: #212121. Windows color (decimal): -12121794 or 4065607. OLE color: 4065607.
HSL color Cylindrical-coordinate representation of color #47093E: hue angle of 308.71º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47093E is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 62 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.72 |
| HSL | 308.71º | 0.78% | 0.16% | - |
| HSV(B) | 308.71º | 0.87% | 0.28% | - |
| XYZ | 3.57 | 1.88 | 4.73 | - |
| YUV | 33.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 62 | 0 | 0.87 | 0.13 | 0.72 | 308.71 | 0.78 | 0.16 |
| Hex | 47 | 9 | 3E | 0 | 57 | D | 48 | 135 | 4E | 10 |
| Octal | 107 | 11 | 76 | 0 | 127 | 15 | 110 | 465 | 116 | 20 |
| Binary | 1000111 | 1001 | 111110 | 0 | 1010111 | 1101 | 1001000 | 100110101 | 1001110 | 10000 |
Color Harmonies of #47093E
Complementary color
Monochromatic Colors of #47093E
Black with #47093E
Text Example
Text Example
White with #47093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47093E; }
p { color: rgb(71,9,62); }
H1.HeaderClassName
{
color: #47093E;
}
.AnyTagClassName
{
color: #47093E;
}
</style>
background-color css
<style>
a { background-color: #47093E; }
a { background-color: rgb(71,9,62); }
div.DivClassName
{
background-color: #47093E;
}
.BgClassName
{
background-color: #47093E;
}
</style>
border-color css
<style>
span { border-color: #47093E; }
span { border-color: rgb(71,9,62); }
td.TdClassName
{
border-color: #47093E;
}
.TagClassName
{
border-color: #47093E;
}
</style>