Shades of Mardi Gras #401F3D
Tints of Mardi Gras #401F3D
RGB
CMYK
RGB Variations
Color information
#401F3D (or 0x401F3D) is known color: Mardi Gras. HEX triplet: 40, 1F and 3D. RGB value is (64,31,61). Sum of RGB (Red+Green+Blue) = 64+31+61=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #401F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F3D is #BFE0C2. Grayscale: #2C2C2C. Windows color (decimal): -12574915 or 4005696. OLE color: 4005696.
HSL color Cylindrical-coordinate representation of color #401F3D: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F3D is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 61 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.75 |
| HSL | 305.45º | 0.35% | 0.19% | - |
| HSV(B) | 305.45º | 0.52% | 0.25% | - |
| XYZ | 3.45 | 2.41 | 4.7 | - |
| YUV | 44.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 61 | 0 | 0.52 | 0.05 | 0.75 | 305.45 | 0.35 | 0.19 |
| Hex | 40 | 1F | 3D | 0 | 34 | 5 | 4B | 131 | 23 | 13 |
| Octal | 100 | 37 | 75 | 0 | 64 | 5 | 113 | 461 | 43 | 23 |
| Binary | 1000000 | 11111 | 111101 | 0 | 110100 | 101 | 1001011 | 100110001 | 100011 | 10011 |
Color Harmonies of #401F3D
Complementary color
Monochromatic Colors of #401F3D
Black with #401F3D
Text Example
Text Example
White with #401F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F3D; }
p { color: rgb(64,31,61); }
H1.HeaderClassName
{
color: #401F3D;
}
.AnyTagClassName
{
color: #401F3D;
}
</style>
background-color css
<style>
a { background-color: #401F3D; }
a { background-color: rgb(64,31,61); }
div.DivClassName
{
background-color: #401F3D;
}
.BgClassName
{
background-color: #401F3D;
}
</style>
border-color css
<style>
span { border-color: #401F3D; }
span { border-color: rgb(64,31,61); }
td.TdClassName
{
border-color: #401F3D;
}
.TagClassName
{
border-color: #401F3D;
}
</style>