Shades of Mardi Gras #400941
Tints of Mardi Gras #400941
RGB
CMYK
RGB Variations
Color information
#400941 (or 0x400941) is known color: Mardi Gras. HEX triplet: 40, 09 and 41. RGB value is (64,9,65). Sum of RGB (Red+Green+Blue) = 64+9+65=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #400941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400941 is #BFF6BE. Grayscale: #1F1F1F. Windows color (decimal): -12580543 or 4262208. OLE color: 4262208.
HSL color Cylindrical-coordinate representation of color #400941: hue angle of 298.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400941 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 65 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.75 |
| HSL | 298.93º | 0.76% | 0.15% | - |
| HSV(B) | 298.93º | 0.86% | 0.25% | - |
| XYZ | 3.17 | 1.67 | 5.16 | - |
| YUV | 31.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 65 | 0.02 | 0.86 | 0 | 0.75 | 298.93 | 0.76 | 0.15 |
| Hex | 40 | 9 | 41 | 2 | 56 | 0 | 4B | 12B | 4C | F |
| Octal | 100 | 11 | 101 | 2 | 126 | 0 | 113 | 453 | 114 | 17 |
| Binary | 1000000 | 1001 | 1000001 | 10 | 1010110 | 0 | 1001011 | 100101011 | 1001100 | 1111 |
Color Harmonies of #400941
Complementary color
Monochromatic Colors of #400941
Black with #400941
Text Example
Text Example
White with #400941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400941; }
p { color: rgb(64,9,65); }
H1.HeaderClassName
{
color: #400941;
}
.AnyTagClassName
{
color: #400941;
}
</style>
background-color css
<style>
a { background-color: #400941; }
a { background-color: rgb(64,9,65); }
div.DivClassName
{
background-color: #400941;
}
.BgClassName
{
background-color: #400941;
}
</style>
border-color css
<style>
span { border-color: #400941; }
span { border-color: rgb(64,9,65); }
td.TdClassName
{
border-color: #400941;
}
.TagClassName
{
border-color: #400941;
}
</style>