Shades of Mardi Gras #401D3E
Tints of Mardi Gras #401D3E
RGB
CMYK
RGB Variations
Color information
#401D3E (or 0x401D3E) is known color: Mardi Gras. HEX triplet: 40, 1D and 3E. RGB value is (64,29,62). Sum of RGB (Red+Green+Blue) = 64+29+62=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #401D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D3E is #BFE2C1. Grayscale: #2B2B2B. Windows color (decimal): -12575426 or 4070720. OLE color: 4070720.
HSL color Cylindrical-coordinate representation of color #401D3E: hue angle of 303.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #401D3E is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 62 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.75 |
| HSL | 303.43º | 0.38% | 0.18% | - |
| HSV(B) | 303.43º | 0.55% | 0.25% | - |
| XYZ | 3.42 | 2.32 | 4.82 | - |
| YUV | 43.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 62 | 0 | 0.55 | 0.03 | 0.75 | 303.43 | 0.38 | 0.18 |
| Hex | 40 | 1D | 3E | 0 | 37 | 3 | 4B | 12F | 26 | 12 |
| Octal | 100 | 35 | 76 | 0 | 67 | 3 | 113 | 457 | 46 | 22 |
| Binary | 1000000 | 11101 | 111110 | 0 | 110111 | 11 | 1001011 | 100101111 | 100110 | 10010 |
Color Harmonies of #401D3E
Complementary color
Monochromatic Colors of #401D3E
Black with #401D3E
Text Example
Text Example
White with #401D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D3E; }
p { color: rgb(64,29,62); }
H1.HeaderClassName
{
color: #401D3E;
}
.AnyTagClassName
{
color: #401D3E;
}
</style>
background-color css
<style>
a { background-color: #401D3E; }
a { background-color: rgb(64,29,62); }
div.DivClassName
{
background-color: #401D3E;
}
.BgClassName
{
background-color: #401D3E;
}
</style>
border-color css
<style>
span { border-color: #401D3E; }
span { border-color: rgb(64,29,62); }
td.TdClassName
{
border-color: #401D3E;
}
.TagClassName
{
border-color: #401D3E;
}
</style>