Shades of Mardi Gras #400538
Tints of Mardi Gras #400538
RGB
CMYK
RGB Variations
Color information
#400538 (or 0x400538) is known color: Mardi Gras. HEX triplet: 40, 05 and 38. RGB value is (64,5,56). Sum of RGB (Red+Green+Blue) = 64+5+56=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400538 is #BFFAC7. Grayscale: #1C1C1C. Windows color (decimal): -12581576 or 3671360. OLE color: 3671360.
HSL color Cylindrical-coordinate representation of color #400538: hue angle of 308.14º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400538 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 56 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.75 |
| HSL | 308.14º | 0.86% | 0.14% | - |
| HSV(B) | 308.14º | 0.92% | 0.25% | - |
| XYZ | 2.88 | 1.48 | 3.88 | - |
| YUV | 28.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 56 | 0 | 0.92 | 0.13 | 0.75 | 308.14 | 0.86 | 0.14 |
| Hex | 40 | 5 | 38 | 0 | 5C | D | 4B | 134 | 56 | E |
| Octal | 100 | 5 | 70 | 0 | 134 | 15 | 113 | 464 | 126 | 16 |
| Binary | 1000000 | 101 | 111000 | 0 | 1011100 | 1101 | 1001011 | 100110100 | 1010110 | 1110 |
Color Harmonies of #400538
Complementary color
Monochromatic Colors of #400538
Black with #400538
Text Example
Text Example
White with #400538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400538; }
p { color: rgb(64,5,56); }
H1.HeaderClassName
{
color: #400538;
}
.AnyTagClassName
{
color: #400538;
}
</style>
background-color css
<style>
a { background-color: #400538; }
a { background-color: rgb(64,5,56); }
div.DivClassName
{
background-color: #400538;
}
.BgClassName
{
background-color: #400538;
}
</style>
border-color css
<style>
span { border-color: #400538; }
span { border-color: rgb(64,5,56); }
td.TdClassName
{
border-color: #400538;
}
.TagClassName
{
border-color: #400538;
}
</style>