Shades of Mardi Gras #400D47
Tints of Mardi Gras #400D47
RGB
CMYK
RGB Variations
Color information
#400D47 (or 0x400D47) is known color: Mardi Gras. HEX triplet: 40, 0D and 47. RGB value is (64,13,71). Sum of RGB (Red+Green+Blue) = 64+13+71=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #400D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D47 is #BFF2B8. Grayscale: #222222. Windows color (decimal): -12579513 or 4656448. OLE color: 4656448.
HSL color Cylindrical-coordinate representation of color #400D47: hue angle of 292.76º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #400D47 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 13 | 71 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.72 |
| HSL | 292.76º | 0.69% | 0.16% | - |
| HSV(B) | 292.76º | 0.82% | 0.28% | - |
| XYZ | 3.4 | 1.83 | 6.14 | - |
| YUV | 34.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 71 | 0.10 | 0.82 | 0 | 0.72 | 292.76 | 0.69 | 0.16 |
| Hex | 40 | D | 47 | A | 52 | 0 | 48 | 125 | 45 | 10 |
| Octal | 100 | 15 | 107 | 12 | 122 | 0 | 110 | 445 | 105 | 20 |
| Binary | 1000000 | 1101 | 1000111 | 1010 | 1010010 | 0 | 1001000 | 100100101 | 1000101 | 10000 |
Color Harmonies of #400D47
Complementary color
Monochromatic Colors of #400D47
Black with #400D47
Text Example
Text Example
White with #400D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D47; }
p { color: rgb(64,13,71); }
H1.HeaderClassName
{
color: #400D47;
}
.AnyTagClassName
{
color: #400D47;
}
</style>
background-color css
<style>
a { background-color: #400D47; }
a { background-color: rgb(64,13,71); }
div.DivClassName
{
background-color: #400D47;
}
.BgClassName
{
background-color: #400D47;
}
</style>
border-color css
<style>
span { border-color: #400D47; }
span { border-color: rgb(64,13,71); }
td.TdClassName
{
border-color: #400D47;
}
.TagClassName
{
border-color: #400D47;
}
</style>