Shades of Mardi Gras #401542
Tints of Mardi Gras #401542
RGB
CMYK
RGB Variations
Color information
#401542 (or 0x401542) is known color: Mardi Gras. HEX triplet: 40, 15 and 42. RGB value is (64,21,66). Sum of RGB (Red+Green+Blue) = 64+21+66=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #401542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401542 is #BFEABD. Grayscale: #262626. Windows color (decimal): -12577470 or 4330816. OLE color: 4330816.
HSL color Cylindrical-coordinate representation of color #401542: hue angle of 297.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #401542 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 21 | 66 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.74 |
| HSL | 297.33º | 0.52% | 0.17% | - |
| HSV(B) | 297.33º | 0.68% | 0.26% | - |
| XYZ | 3.37 | 2.02 | 5.37 | - |
| YUV | 38.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 66 | 0.03 | 0.68 | 0 | 0.74 | 297.33 | 0.52 | 0.17 |
| Hex | 40 | 15 | 42 | 3 | 44 | 0 | 4A | 129 | 34 | 11 |
| Octal | 100 | 25 | 102 | 3 | 104 | 0 | 112 | 451 | 64 | 21 |
| Binary | 1000000 | 10101 | 1000010 | 11 | 1000100 | 0 | 1001010 | 100101001 | 110100 | 10001 |
Color Harmonies of #401542
Complementary color
Monochromatic Colors of #401542
Black with #401542
Text Example
Text Example
White with #401542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401542; }
p { color: rgb(64,21,66); }
H1.HeaderClassName
{
color: #401542;
}
.AnyTagClassName
{
color: #401542;
}
</style>
background-color css
<style>
a { background-color: #401542; }
a { background-color: rgb(64,21,66); }
div.DivClassName
{
background-color: #401542;
}
.BgClassName
{
background-color: #401542;
}
</style>
border-color css
<style>
span { border-color: #401542; }
span { border-color: rgb(64,21,66); }
td.TdClassName
{
border-color: #401542;
}
.TagClassName
{
border-color: #401542;
}
</style>