Shades of Mardi Gras #400940
Tints of Mardi Gras #400940
RGB
CMYK
RGB Variations
Color information
#400940 (or 0x400940) is known color: Mardi Gras. HEX triplet: 40, 09 and 40. RGB value is (64,9,64). Sum of RGB (Red+Green+Blue) = 64+9+64=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400940 is #BFF6BF. Grayscale: #1F1F1F. Windows color (decimal): -12580544 or 4196672. OLE color: 4196672.
HSL color Cylindrical-coordinate representation of color #400940: hue angle of 300º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400940 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 64 | - |
| CMYK | 0 | 0.86 | 0 | 0.75 |
| HSL | 300º | 0.75% | 0.14% | - |
| HSV(B) | 300º | 0.86% | 0.25% | - |
| XYZ | 3.14 | 1.66 | 5 | - |
| YUV | 31.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 64 | 0 | 0.86 | 0 | 0.75 | 300 | 0.75 | 0.14 |
| Hex | 40 | 9 | 40 | 0 | 56 | 0 | 4B | 12C | 4B | E |
| Octal | 100 | 11 | 100 | 0 | 126 | 0 | 113 | 454 | 113 | 16 |
| Binary | 1000000 | 1001 | 1000000 | 0 | 1010110 | 0 | 1001011 | 100101100 | 1001011 | 1110 |
Color Harmonies of #400940
Complementary color
Monochromatic Colors of #400940
Black with #400940
Text Example
Text Example
White with #400940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400940; }
p { color: rgb(64,9,64); }
H1.HeaderClassName
{
color: #400940;
}
.AnyTagClassName
{
color: #400940;
}
</style>
background-color css
<style>
a { background-color: #400940; }
a { background-color: rgb(64,9,64); }
div.DivClassName
{
background-color: #400940;
}
.BgClassName
{
background-color: #400940;
}
</style>
border-color css
<style>
span { border-color: #400940; }
span { border-color: rgb(64,9,64); }
td.TdClassName
{
border-color: #400940;
}
.TagClassName
{
border-color: #400940;
}
</style>