Shades of Mardi Gras #401D3B
Tints of Mardi Gras #401D3B
RGB
CMYK
RGB Variations
Color information
#401D3B (or 0x401D3B) is known color: Mardi Gras. HEX triplet: 40, 1D and 3B. RGB value is (64,29,59). Sum of RGB (Red+Green+Blue) = 64+29+59=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #401D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D3B is #BFE2C4. Grayscale: #2A2A2A. Windows color (decimal): -12575429 or 3874112. OLE color: 3874112.
HSL color Cylindrical-coordinate representation of color #401D3B: hue angle of 308.57º 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 #401D3B is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 59 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.75 |
| HSL | 308.57º | 0.38% | 0.18% | - |
| HSV(B) | 308.57º | 0.55% | 0.25% | - |
| XYZ | 3.34 | 2.28 | 4.4 | - |
| YUV | 42.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 59 | 0 | 0.55 | 0.08 | 0.75 | 308.57 | 0.38 | 0.18 |
| Hex | 40 | 1D | 3B | 0 | 37 | 8 | 4B | 135 | 26 | 12 |
| Octal | 100 | 35 | 73 | 0 | 67 | 10 | 113 | 465 | 46 | 22 |
| Binary | 1000000 | 11101 | 111011 | 0 | 110111 | 1000 | 1001011 | 100110101 | 100110 | 10010 |
Color Harmonies of #401D3B
Complementary color
Monochromatic Colors of #401D3B
Black with #401D3B
Text Example
Text Example
White with #401D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D3B; }
p { color: rgb(64,29,59); }
H1.HeaderClassName
{
color: #401D3B;
}
.AnyTagClassName
{
color: #401D3B;
}
</style>
background-color css
<style>
a { background-color: #401D3B; }
a { background-color: rgb(64,29,59); }
div.DivClassName
{
background-color: #401D3B;
}
.BgClassName
{
background-color: #401D3B;
}
</style>
border-color css
<style>
span { border-color: #401D3B; }
span { border-color: rgb(64,29,59); }
td.TdClassName
{
border-color: #401D3B;
}
.TagClassName
{
border-color: #401D3B;
}
</style>