Shades of Mardi Gras #400C47
Tints of Mardi Gras #400C47
RGB
CMYK
RGB Variations
Color information
#400C47 (or 0x400C47) is known color: Mardi Gras. HEX triplet: 40, 0C and 47. RGB value is (64,12,71). Sum of RGB (Red+Green+Blue) = 64+12+71=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #400C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C47 is #BFF3B8. Grayscale: #222222. Windows color (decimal): -12579769 or 4656192. OLE color: 4656192.
HSL color Cylindrical-coordinate representation of color #400C47: hue angle of 292.88º 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 #400C47 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 12 | 71 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.72 |
| HSL | 292.88º | 0.71% | 0.16% | - |
| HSV(B) | 292.88º | 0.83% | 0.28% | - |
| XYZ | 3.38 | 1.81 | 6.13 | - |
| YUV | 34.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 71 | 0.10 | 0.83 | 0 | 0.72 | 292.88 | 0.71 | 0.16 |
| Hex | 40 | C | 47 | A | 53 | 0 | 48 | 125 | 47 | 10 |
| Octal | 100 | 14 | 107 | 12 | 123 | 0 | 110 | 445 | 107 | 20 |
| Binary | 1000000 | 1100 | 1000111 | 1010 | 1010011 | 0 | 1001000 | 100100101 | 1000111 | 10000 |
Color Harmonies of #400C47
Complementary color
Monochromatic Colors of #400C47
Black with #400C47
Text Example
Text Example
White with #400C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C47; }
p { color: rgb(64,12,71); }
H1.HeaderClassName
{
color: #400C47;
}
.AnyTagClassName
{
color: #400C47;
}
</style>
background-color css
<style>
a { background-color: #400C47; }
a { background-color: rgb(64,12,71); }
div.DivClassName
{
background-color: #400C47;
}
.BgClassName
{
background-color: #400C47;
}
</style>
border-color css
<style>
span { border-color: #400C47; }
span { border-color: rgb(64,12,71); }
td.TdClassName
{
border-color: #400C47;
}
.TagClassName
{
border-color: #400C47;
}
</style>