Shades of Mardi Gras #470C40
Tints of Mardi Gras #470C40
RGB
CMYK
RGB Variations
Color information
#470C40 (or 0x470C40) is known color: Mardi Gras. HEX triplet: 47, 0C and 40. RGB value is (71,12,64). Sum of RGB (Red+Green+Blue) = 71+12+64=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #470C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C40 is #B8F3BF. Grayscale: #232323. Windows color (decimal): -12121024 or 4197447. OLE color: 4197447.
HSL color Cylindrical-coordinate representation of color #470C40: hue angle of 307.12º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C40 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 64 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.72 |
| HSL | 307.12º | 0.71% | 0.16% | - |
| HSV(B) | 307.12º | 0.83% | 0.28% | - |
| XYZ | 3.66 | 1.97 | 5.04 | - |
| YUV | 35.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 64 | 0 | 0.83 | 0.10 | 0.72 | 307.12 | 0.71 | 0.16 |
| Hex | 47 | C | 40 | 0 | 53 | A | 48 | 133 | 47 | 10 |
| Octal | 107 | 14 | 100 | 0 | 123 | 12 | 110 | 463 | 107 | 20 |
| Binary | 1000111 | 1100 | 1000000 | 0 | 1010011 | 1010 | 1001000 | 100110011 | 1000111 | 10000 |
Color Harmonies of #470C40
Complementary color
Monochromatic Colors of #470C40
Black with #470C40
Text Example
Text Example
White with #470C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C40; }
p { color: rgb(71,12,64); }
H1.HeaderClassName
{
color: #470C40;
}
.AnyTagClassName
{
color: #470C40;
}
</style>
background-color css
<style>
a { background-color: #470C40; }
a { background-color: rgb(71,12,64); }
div.DivClassName
{
background-color: #470C40;
}
.BgClassName
{
background-color: #470C40;
}
</style>
border-color css
<style>
span { border-color: #470C40; }
span { border-color: rgb(71,12,64); }
td.TdClassName
{
border-color: #470C40;
}
.TagClassName
{
border-color: #470C40;
}
</style>