Shades of Mardi Gras #47133F
Tints of Mardi Gras #47133F
RGB
CMYK
RGB Variations
Color information
#47133F (or 0x47133F) is known color: Mardi Gras. HEX triplet: 47, 13 and 3F. RGB value is (71,19,63). Sum of RGB (Red+Green+Blue) = 71+19+63=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47133F is #B8ECC0. Grayscale: #272727. Windows color (decimal): -12119233 or 4133703. OLE color: 4133703.
HSL color Cylindrical-coordinate representation of color #47133F: hue angle of 309.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47133F is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 63 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.72 |
| HSL | 309.23º | 0.58% | 0.18% | - |
| HSV(B) | 309.23º | 0.73% | 0.28% | - |
| XYZ | 3.73 | 2.16 | 4.92 | - |
| YUV | 39.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 63 | 0 | 0.73 | 0.11 | 0.72 | 309.23 | 0.58 | 0.18 |
| Hex | 47 | 13 | 3F | 0 | 49 | B | 48 | 135 | 3A | 12 |
| Octal | 107 | 23 | 77 | 0 | 111 | 13 | 110 | 465 | 72 | 22 |
| Binary | 1000111 | 10011 | 111111 | 0 | 1001001 | 1011 | 1001000 | 100110101 | 111010 | 10010 |
Color Harmonies of #47133F
Complementary color
Monochromatic Colors of #47133F
Black with #47133F
Text Example
Text Example
White with #47133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47133F; }
p { color: rgb(71,19,63); }
H1.HeaderClassName
{
color: #47133F;
}
.AnyTagClassName
{
color: #47133F;
}
</style>
background-color css
<style>
a { background-color: #47133F; }
a { background-color: rgb(71,19,63); }
div.DivClassName
{
background-color: #47133F;
}
.BgClassName
{
background-color: #47133F;
}
</style>
border-color css
<style>
span { border-color: #47133F; }
span { border-color: rgb(71,19,63); }
td.TdClassName
{
border-color: #47133F;
}
.TagClassName
{
border-color: #47133F;
}
</style>