Shades of Mardi Gras #400938
Tints of Mardi Gras #400938
RGB
CMYK
RGB Variations
Color information
#400938 (or 0x400938) is known color: Mardi Gras. HEX triplet: 40, 09 and 38. RGB value is (64,9,56). Sum of RGB (Red+Green+Blue) = 64+9+56=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #400938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400938 is #BFF6C7. Grayscale: #1E1E1E. Windows color (decimal): -12580552 or 3672384. OLE color: 3672384.
HSL color Cylindrical-coordinate representation of color #400938: hue angle of 308.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400938 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 56 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.75 |
| HSL | 308.73º | 0.75% | 0.14% | - |
| HSV(B) | 308.73º | 0.86% | 0.25% | - |
| XYZ | 2.93 | 1.57 | 3.89 | - |
| YUV | 30.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 56 | 0 | 0.86 | 0.13 | 0.75 | 308.73 | 0.75 | 0.14 |
| Hex | 40 | 9 | 38 | 0 | 56 | D | 4B | 135 | 4B | E |
| Octal | 100 | 11 | 70 | 0 | 126 | 15 | 113 | 465 | 113 | 16 |
| Binary | 1000000 | 1001 | 111000 | 0 | 1010110 | 1101 | 1001011 | 100110101 | 1001011 | 1110 |
Color Harmonies of #400938
Complementary color
Monochromatic Colors of #400938
Black with #400938
Text Example
Text Example
White with #400938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400938; }
p { color: rgb(64,9,56); }
H1.HeaderClassName
{
color: #400938;
}
.AnyTagClassName
{
color: #400938;
}
</style>
background-color css
<style>
a { background-color: #400938; }
a { background-color: rgb(64,9,56); }
div.DivClassName
{
background-color: #400938;
}
.BgClassName
{
background-color: #400938;
}
</style>
border-color css
<style>
span { border-color: #400938; }
span { border-color: rgb(64,9,56); }
td.TdClassName
{
border-color: #400938;
}
.TagClassName
{
border-color: #400938;
}
</style>