Shades of Mardi Gras #401346
Tints of Mardi Gras #401346
RGB
CMYK
RGB Variations
Color information
#401346 (or 0x401346) is known color: Mardi Gras. HEX triplet: 40, 13 and 46. RGB value is (64,19,70). Sum of RGB (Red+Green+Blue) = 64+19+70=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #401346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401346 is #BFECB9. Grayscale: #262626. Windows color (decimal): -12577978 or 4592448. OLE color: 4592448.
HSL color Cylindrical-coordinate representation of color #401346: hue angle of 292.94º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401346 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 19 | 70 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.73 |
| HSL | 292.94º | 0.57% | 0.17% | - |
| HSV(B) | 292.94º | 0.73% | 0.27% | - |
| XYZ | 3.45 | 2 | 6 | - |
| YUV | 38.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 70 | 0.09 | 0.73 | 0 | 0.73 | 292.94 | 0.57 | 0.17 |
| Hex | 40 | 13 | 46 | 9 | 49 | 0 | 49 | 125 | 39 | 11 |
| Octal | 100 | 23 | 106 | 11 | 111 | 0 | 111 | 445 | 71 | 21 |
| Binary | 1000000 | 10011 | 1000110 | 1001 | 1001001 | 0 | 1001001 | 100100101 | 111001 | 10001 |
Color Harmonies of #401346
Complementary color
Monochromatic Colors of #401346
Black with #401346
Text Example
Text Example
White with #401346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401346; }
p { color: rgb(64,19,70); }
H1.HeaderClassName
{
color: #401346;
}
.AnyTagClassName
{
color: #401346;
}
</style>
background-color css
<style>
a { background-color: #401346; }
a { background-color: rgb(64,19,70); }
div.DivClassName
{
background-color: #401346;
}
.BgClassName
{
background-color: #401346;
}
</style>
border-color css
<style>
span { border-color: #401346; }
span { border-color: rgb(64,19,70); }
td.TdClassName
{
border-color: #401346;
}
.TagClassName
{
border-color: #401346;
}
</style>