Shades of Mardi Gras #401939
Tints of Mardi Gras #401939
RGB
CMYK
RGB Variations
Color information
#401939 (or 0x401939) is known color: Mardi Gras. HEX triplet: 40, 19 and 39. RGB value is (64,25,57). Sum of RGB (Red+Green+Blue) = 64+25+57=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #401939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401939 is #BFE6C6. Grayscale: #282828. Windows color (decimal): -12576455 or 3742016. OLE color: 3742016.
HSL color Cylindrical-coordinate representation of color #401939: hue angle of 310.77º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401939 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 57 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.75 |
| HSL | 310.77º | 0.44% | 0.17% | - |
| HSV(B) | 310.77º | 0.61% | 0.25% | - |
| XYZ | 3.2 | 2.08 | 4.1 | - |
| YUV | 40.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 57 | 0 | 0.61 | 0.11 | 0.75 | 310.77 | 0.44 | 0.17 |
| Hex | 40 | 19 | 39 | 0 | 3D | B | 4B | 137 | 2C | 11 |
| Octal | 100 | 31 | 71 | 0 | 75 | 13 | 113 | 467 | 54 | 21 |
| Binary | 1000000 | 11001 | 111001 | 0 | 111101 | 1011 | 1001011 | 100110111 | 101100 | 10001 |
Color Harmonies of #401939
Complementary color
Monochromatic Colors of #401939
Black with #401939
Text Example
Text Example
White with #401939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401939; }
p { color: rgb(64,25,57); }
H1.HeaderClassName
{
color: #401939;
}
.AnyTagClassName
{
color: #401939;
}
</style>
background-color css
<style>
a { background-color: #401939; }
a { background-color: rgb(64,25,57); }
div.DivClassName
{
background-color: #401939;
}
.BgClassName
{
background-color: #401939;
}
</style>
border-color css
<style>
span { border-color: #401939; }
span { border-color: rgb(64,25,57); }
td.TdClassName
{
border-color: #401939;
}
.TagClassName
{
border-color: #401939;
}
</style>