Shades of Mardi Gras #400D43
Tints of Mardi Gras #400D43
RGB
CMYK
RGB Variations
Color information
#400D43 (or 0x400D43) is known color: Mardi Gras. HEX triplet: 40, 0D and 43. RGB value is (64,13,67). Sum of RGB (Red+Green+Blue) = 64+13+67=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #400D43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D43 is #BFF2BC. Grayscale: #222222. Windows color (decimal): -12579517 or 4394304. OLE color: 4394304.
HSL color Cylindrical-coordinate representation of color #400D43: hue angle of 296.67º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400D43 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 13 | 67 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.74 |
| HSL | 296.67º | 0.68% | 0.16% | - |
| HSV(B) | 296.67º | 0.81% | 0.26% | - |
| XYZ | 3.27 | 1.78 | 5.48 | - |
| YUV | 34.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 67 | 0.04 | 0.81 | 0 | 0.74 | 296.67 | 0.68 | 0.16 |
| Hex | 40 | D | 43 | 4 | 51 | 0 | 4A | 129 | 44 | 10 |
| Octal | 100 | 15 | 103 | 4 | 121 | 0 | 112 | 451 | 104 | 20 |
| Binary | 1000000 | 1101 | 1000011 | 100 | 1010001 | 0 | 1001010 | 100101001 | 1000100 | 10000 |
Color Harmonies of #400D43
Complementary color
Monochromatic Colors of #400D43
Black with #400D43
Text Example
Text Example
White with #400D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D43; }
p { color: rgb(64,13,67); }
H1.HeaderClassName
{
color: #400D43;
}
.AnyTagClassName
{
color: #400D43;
}
</style>
background-color css
<style>
a { background-color: #400D43; }
a { background-color: rgb(64,13,67); }
div.DivClassName
{
background-color: #400D43;
}
.BgClassName
{
background-color: #400D43;
}
</style>
border-color css
<style>
span { border-color: #400D43; }
span { border-color: rgb(64,13,67); }
td.TdClassName
{
border-color: #400D43;
}
.TagClassName
{
border-color: #400D43;
}
</style>