Shades of Mardi Gras #470E43
Tints of Mardi Gras #470E43
RGB
CMYK
RGB Variations
Color information
#470E43 (or 0x470E43) is known color: Mardi Gras. HEX triplet: 47, 0E and 43. RGB value is (71,14,67). Sum of RGB (Red+Green+Blue) = 71+14+67=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #470E43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470E43 is #B8F1BC. Grayscale: #242424. Windows color (decimal): -12120509 or 4394567. OLE color: 4394567.
HSL color Cylindrical-coordinate representation of color #470E43: hue angle of 304.21º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #470E43 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 14 | 67 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.72 |
| HSL | 304.21º | 0.67% | 0.17% | - |
| HSV(B) | 304.21º | 0.8% | 0.28% | - |
| XYZ | 3.77 | 2.06 | 5.51 | - |
| YUV | 37.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 67 | 0 | 0.80 | 0.06 | 0.72 | 304.21 | 0.67 | 0.17 |
| Hex | 47 | E | 43 | 0 | 50 | 6 | 48 | 130 | 43 | 11 |
| Octal | 107 | 16 | 103 | 0 | 120 | 6 | 110 | 460 | 103 | 21 |
| Binary | 1000111 | 1110 | 1000011 | 0 | 1010000 | 110 | 1001000 | 100110000 | 1000011 | 10001 |
Color Harmonies of #470E43
Complementary color
Monochromatic Colors of #470E43
Black with #470E43
Text Example
Text Example
White with #470E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470E43; }
p { color: rgb(71,14,67); }
H1.HeaderClassName
{
color: #470E43;
}
.AnyTagClassName
{
color: #470E43;
}
</style>
background-color css
<style>
a { background-color: #470E43; }
a { background-color: rgb(71,14,67); }
div.DivClassName
{
background-color: #470E43;
}
.BgClassName
{
background-color: #470E43;
}
</style>
border-color css
<style>
span { border-color: #470E43; }
span { border-color: rgb(71,14,67); }
td.TdClassName
{
border-color: #470E43;
}
.TagClassName
{
border-color: #470E43;
}
</style>