Shades of Mardi Gras #400E3F
Tints of Mardi Gras #400E3F
RGB
CMYK
RGB Variations
Color information
#400E3F (or 0x400E3F) is known color: Mardi Gras. HEX triplet: 40, 0E and 3F. RGB value is (64,14,63). Sum of RGB (Red+Green+Blue) = 64+14+63=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #400E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E3F is #BFF1C0. Grayscale: #222222. Windows color (decimal): -12579265 or 4132416. OLE color: 4132416.
HSL color Cylindrical-coordinate representation of color #400E3F: hue angle of 301.2º 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 #400E3F is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 63 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.75 |
| HSL | 301.2º | 0.64% | 0.15% | - |
| HSV(B) | 301.2º | 0.78% | 0.25% | - |
| XYZ | 3.17 | 1.76 | 4.88 | - |
| YUV | 34.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 63 | 0 | 0.78 | 0.02 | 0.75 | 301.2 | 0.64 | 0.15 |
| Hex | 40 | E | 3F | 0 | 4E | 2 | 4B | 12D | 40 | F |
| Octal | 100 | 16 | 77 | 0 | 116 | 2 | 113 | 455 | 100 | 17 |
| Binary | 1000000 | 1110 | 111111 | 0 | 1001110 | 10 | 1001011 | 100101101 | 1000000 | 1111 |
Color Harmonies of #400E3F
Complementary color
Monochromatic Colors of #400E3F
Black with #400E3F
Text Example
Text Example
White with #400E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E3F; }
p { color: rgb(64,14,63); }
H1.HeaderClassName
{
color: #400E3F;
}
.AnyTagClassName
{
color: #400E3F;
}
</style>
background-color css
<style>
a { background-color: #400E3F; }
a { background-color: rgb(64,14,63); }
div.DivClassName
{
background-color: #400E3F;
}
.BgClassName
{
background-color: #400E3F;
}
</style>
border-color css
<style>
span { border-color: #400E3F; }
span { border-color: rgb(64,14,63); }
td.TdClassName
{
border-color: #400E3F;
}
.TagClassName
{
border-color: #400E3F;
}
</style>