Shades of Mardi Gras #401D3D
Tints of Mardi Gras #401D3D
RGB
CMYK
RGB Variations
Color information
#401D3D (or 0x401D3D) is known color: Mardi Gras. HEX triplet: 40, 1D and 3D. RGB value is (64,29,61). Sum of RGB (Red+Green+Blue) = 64+29+61=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #401D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D3D is #BFE2C2. Grayscale: #2B2B2B. Windows color (decimal): -12575427 or 4005184. OLE color: 4005184.
HSL color Cylindrical-coordinate representation of color #401D3D: hue angle of 305.14º 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 #401D3D is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 61 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.75 |
| HSL | 305.14º | 0.38% | 0.18% | - |
| HSV(B) | 305.14º | 0.55% | 0.25% | - |
| XYZ | 3.4 | 2.31 | 4.68 | - |
| YUV | 43.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 61 | 0 | 0.55 | 0.05 | 0.75 | 305.14 | 0.38 | 0.18 |
| Hex | 40 | 1D | 3D | 0 | 37 | 5 | 4B | 131 | 26 | 12 |
| Octal | 100 | 35 | 75 | 0 | 67 | 5 | 113 | 461 | 46 | 22 |
| Binary | 1000000 | 11101 | 111101 | 0 | 110111 | 101 | 1001011 | 100110001 | 100110 | 10010 |
Color Harmonies of #401D3D
Complementary color
Monochromatic Colors of #401D3D
Black with #401D3D
Text Example
Text Example
White with #401D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D3D; }
p { color: rgb(64,29,61); }
H1.HeaderClassName
{
color: #401D3D;
}
.AnyTagClassName
{
color: #401D3D;
}
</style>
background-color css
<style>
a { background-color: #401D3D; }
a { background-color: rgb(64,29,61); }
div.DivClassName
{
background-color: #401D3D;
}
.BgClassName
{
background-color: #401D3D;
}
</style>
border-color css
<style>
span { border-color: #401D3D; }
span { border-color: rgb(64,29,61); }
td.TdClassName
{
border-color: #401D3D;
}
.TagClassName
{
border-color: #401D3D;
}
</style>