Shades of Mardi Gras #401846
Tints of Mardi Gras #401846
RGB
CMYK
RGB Variations
Color information
#401846 (or 0x401846) is known color: Mardi Gras. HEX triplet: 40, 18 and 46. RGB value is (64,24,70). Sum of RGB (Red+Green+Blue) = 64+24+70=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: blue. Hex color #401846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401846 is #BFE7B9. Grayscale: #292929. Windows color (decimal): -12576698 or 4593728. OLE color: 4593728.
HSL color Cylindrical-coordinate representation of color #401846: hue angle of 292.17º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401846 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 24 | 70 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.73 |
| HSL | 292.17º | 0.49% | 0.18% | - |
| HSV(B) | 292.17º | 0.66% | 0.27% | - |
| XYZ | 3.55 | 2.19 | 6.03 | - |
| YUV | 41.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 70 | 0.09 | 0.66 | 0 | 0.73 | 292.17 | 0.49 | 0.18 |
| Hex | 40 | 18 | 46 | 9 | 42 | 0 | 49 | 124 | 31 | 12 |
| Octal | 100 | 30 | 106 | 11 | 102 | 0 | 111 | 444 | 61 | 22 |
| Binary | 1000000 | 11000 | 1000110 | 1001 | 1000010 | 0 | 1001001 | 100100100 | 110001 | 10010 |
Color Harmonies of #401846
Complementary color
Monochromatic Colors of #401846
Black with #401846
Text Example
Text Example
White with #401846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401846; }
p { color: rgb(64,24,70); }
H1.HeaderClassName
{
color: #401846;
}
.AnyTagClassName
{
color: #401846;
}
</style>
background-color css
<style>
a { background-color: #401846; }
a { background-color: rgb(64,24,70); }
div.DivClassName
{
background-color: #401846;
}
.BgClassName
{
background-color: #401846;
}
</style>
border-color css
<style>
span { border-color: #401846; }
span { border-color: rgb(64,24,70); }
td.TdClassName
{
border-color: #401846;
}
.TagClassName
{
border-color: #401846;
}
</style>