Shades of Mardi Gras #470A40
Tints of Mardi Gras #470A40
RGB
CMYK
RGB Variations
Color information
#470A40 (or 0x470A40) is known color: Mardi Gras. HEX triplet: 47, 0A and 40. RGB value is (71,10,64). Sum of RGB (Red+Green+Blue) = 71+10+64=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #470A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A40 is #B8F5BF. Grayscale: #222222. Windows color (decimal): -12121536 or 4196935. OLE color: 4196935.
HSL color Cylindrical-coordinate representation of color #470A40: hue angle of 306.89º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A40 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 10 | 64 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.72 |
| HSL | 306.89º | 0.75% | 0.16% | - |
| HSV(B) | 306.89º | 0.86% | 0.28% | - |
| XYZ | 3.63 | 1.93 | 5.03 | - |
| YUV | 34.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 64 | 0 | 0.86 | 0.10 | 0.72 | 306.89 | 0.75 | 0.16 |
| Hex | 47 | A | 40 | 0 | 56 | A | 48 | 133 | 4B | 10 |
| Octal | 107 | 12 | 100 | 0 | 126 | 12 | 110 | 463 | 113 | 20 |
| Binary | 1000111 | 1010 | 1000000 | 0 | 1010110 | 1010 | 1001000 | 100110011 | 1001011 | 10000 |
Color Harmonies of #470A40
Complementary color
Monochromatic Colors of #470A40
Black with #470A40
Text Example
Text Example
White with #470A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A40; }
p { color: rgb(71,10,64); }
H1.HeaderClassName
{
color: #470A40;
}
.AnyTagClassName
{
color: #470A40;
}
</style>
background-color css
<style>
a { background-color: #470A40; }
a { background-color: rgb(71,10,64); }
div.DivClassName
{
background-color: #470A40;
}
.BgClassName
{
background-color: #470A40;
}
</style>
border-color css
<style>
span { border-color: #470A40; }
span { border-color: rgb(71,10,64); }
td.TdClassName
{
border-color: #470A40;
}
.TagClassName
{
border-color: #470A40;
}
</style>