Shades of Mardi Gras #400E40
Tints of Mardi Gras #400E40
RGB
CMYK
RGB Variations
Color information
#400E40 (or 0x400E40) is known color: Mardi Gras. HEX triplet: 40, 0E and 40. RGB value is (64,14,64). Sum of RGB (Red+Green+Blue) = 64+14+64=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E40 is #BFF1BF. Grayscale: #222222. Windows color (decimal): -12579264 or 4197952. OLE color: 4197952.
HSL color Cylindrical-coordinate representation of color #400E40: hue angle of 300º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E40 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 64 | - |
| CMYK | 0 | 0.78 | 0 | 0.75 |
| HSL | 300º | 0.64% | 0.15% | - |
| HSV(B) | 300º | 0.78% | 0.25% | - |
| XYZ | 3.2 | 1.77 | 5.02 | - |
| YUV | 34.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 64 | 0 | 0.78 | 0 | 0.75 | 300 | 0.64 | 0.15 |
| Hex | 40 | E | 40 | 0 | 4E | 0 | 4B | 12C | 40 | F |
| Octal | 100 | 16 | 100 | 0 | 116 | 0 | 113 | 454 | 100 | 17 |
| Binary | 1000000 | 1110 | 1000000 | 0 | 1001110 | 0 | 1001011 | 100101100 | 1000000 | 1111 |
Color Harmonies of #400E40
Complementary color
Monochromatic Colors of #400E40
Black with #400E40
Text Example
Text Example
White with #400E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E40; }
p { color: rgb(64,14,64); }
H1.HeaderClassName
{
color: #400E40;
}
.AnyTagClassName
{
color: #400E40;
}
</style>
background-color css
<style>
a { background-color: #400E40; }
a { background-color: rgb(64,14,64); }
div.DivClassName
{
background-color: #400E40;
}
.BgClassName
{
background-color: #400E40;
}
</style>
border-color css
<style>
span { border-color: #400E40; }
span { border-color: rgb(64,14,64); }
td.TdClassName
{
border-color: #400E40;
}
.TagClassName
{
border-color: #400E40;
}
</style>