Shades of Mardi Gras #401643
Tints of Mardi Gras #401643
RGB
CMYK
RGB Variations
Color information
#401643 (or 0x401643) is known color: Mardi Gras. HEX triplet: 40, 16 and 43. RGB value is (64,22,67). Sum of RGB (Red+Green+Blue) = 64+22+67=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 67 - color contains mainly: blue. Hex color #401643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401643 is #BFE9BC. Grayscale: #272727. Windows color (decimal): -12577213 or 4396608. OLE color: 4396608.
HSL color Cylindrical-coordinate representation of color #401643: hue angle of 296º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401643 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 22 | 67 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.74 |
| HSL | 296º | 0.51% | 0.17% | - |
| HSV(B) | 296º | 0.67% | 0.26% | - |
| XYZ | 3.41 | 2.07 | 5.53 | - |
| YUV | 39.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 67 | 0.04 | 0.67 | 0 | 0.74 | 296 | 0.51 | 0.17 |
| Hex | 40 | 16 | 43 | 4 | 43 | 0 | 4A | 128 | 33 | 11 |
| Octal | 100 | 26 | 103 | 4 | 103 | 0 | 112 | 450 | 63 | 21 |
| Binary | 1000000 | 10110 | 1000011 | 100 | 1000011 | 0 | 1001010 | 100101000 | 110011 | 10001 |
Color Harmonies of #401643
Complementary color
Monochromatic Colors of #401643
Black with #401643
Text Example
Text Example
White with #401643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401643; }
p { color: rgb(64,22,67); }
H1.HeaderClassName
{
color: #401643;
}
.AnyTagClassName
{
color: #401643;
}
</style>
background-color css
<style>
a { background-color: #401643; }
a { background-color: rgb(64,22,67); }
div.DivClassName
{
background-color: #401643;
}
.BgClassName
{
background-color: #401643;
}
</style>
border-color css
<style>
span { border-color: #401643; }
span { border-color: rgb(64,22,67); }
td.TdClassName
{
border-color: #401643;
}
.TagClassName
{
border-color: #401643;
}
</style>