Shades of Mardi Gras #47023F
Tints of Mardi Gras #47023F
RGB
CMYK
RGB Variations
Color information
#47023F (or 0x47023F) is known color: Mardi Gras. HEX triplet: 47, 02 and 3F. RGB value is (71,2,63). Sum of RGB (Red+Green+Blue) = 71+2+63=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47023F is #B8FDC0. Grayscale: #1D1D1D. Windows color (decimal): -12123585 or 4129351. OLE color: 4129351.
HSL color Cylindrical-coordinate representation of color #47023F: hue angle of 306.96º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47023F is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 2 | 63 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.72 |
| HSL | 306.96º | 0.95% | 0.14% | - |
| HSV(B) | 306.96º | 0.97% | 0.28% | - |
| XYZ | 3.52 | 1.74 | 4.85 | - |
| YUV | 29.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 63 | 0 | 0.97 | 0.11 | 0.72 | 306.96 | 0.95 | 0.14 |
| Hex | 47 | 2 | 3F | 0 | 61 | B | 48 | 133 | 5F | E |
| Octal | 107 | 2 | 77 | 0 | 141 | 13 | 110 | 463 | 137 | 16 |
| Binary | 1000111 | 10 | 111111 | 0 | 1100001 | 1011 | 1001000 | 100110011 | 1011111 | 1110 |
Color Harmonies of #47023F
Complementary color
Monochromatic Colors of #47023F
Black with #47023F
Text Example
Text Example
White with #47023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47023F; }
p { color: rgb(71,2,63); }
H1.HeaderClassName
{
color: #47023F;
}
.AnyTagClassName
{
color: #47023F;
}
</style>
background-color css
<style>
a { background-color: #47023F; }
a { background-color: rgb(71,2,63); }
div.DivClassName
{
background-color: #47023F;
}
.BgClassName
{
background-color: #47023F;
}
</style>
border-color css
<style>
span { border-color: #47023F; }
span { border-color: rgb(71,2,63); }
td.TdClassName
{
border-color: #47023F;
}
.TagClassName
{
border-color: #47023F;
}
</style>