Shades of Mardi Gras #401139
Tints of Mardi Gras #401139
RGB
CMYK
RGB Variations
Color information
#401139 (or 0x401139) is known color: Mardi Gras. HEX triplet: 40, 11 and 39. RGB value is (64,17,57). Sum of RGB (Red+Green+Blue) = 64+17+57=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401139 is #BFEEC6. Grayscale: #232323. Windows color (decimal): -12578503 or 3739968. OLE color: 3739968.
HSL color Cylindrical-coordinate representation of color #401139: hue angle of 308.94º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401139 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 57 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.75 |
| HSL | 308.94º | 0.58% | 0.16% | - |
| HSV(B) | 308.94º | 0.73% | 0.25% | - |
| XYZ | 3.05 | 1.79 | 4.05 | - |
| YUV | 35.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 57 | 0 | 0.73 | 0.11 | 0.75 | 308.94 | 0.58 | 0.16 |
| Hex | 40 | 11 | 39 | 0 | 49 | B | 4B | 135 | 3A | 10 |
| Octal | 100 | 21 | 71 | 0 | 111 | 13 | 113 | 465 | 72 | 20 |
| Binary | 1000000 | 10001 | 111001 | 0 | 1001001 | 1011 | 1001011 | 100110101 | 111010 | 10000 |
Color Harmonies of #401139
Complementary color
Monochromatic Colors of #401139
Black with #401139
Text Example
Text Example
White with #401139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401139; }
p { color: rgb(64,17,57); }
H1.HeaderClassName
{
color: #401139;
}
.AnyTagClassName
{
color: #401139;
}
</style>
background-color css
<style>
a { background-color: #401139; }
a { background-color: rgb(64,17,57); }
div.DivClassName
{
background-color: #401139;
}
.BgClassName
{
background-color: #401139;
}
</style>
border-color css
<style>
span { border-color: #401139; }
span { border-color: rgb(64,17,57); }
td.TdClassName
{
border-color: #401139;
}
.TagClassName
{
border-color: #401139;
}
</style>