Shades of Mardi Gras #400438
Tints of Mardi Gras #400438
RGB
CMYK
RGB Variations
Color information
#400438 (or 0x400438) is known color: Mardi Gras. HEX triplet: 40, 04 and 38. RGB value is (64,4,56). Sum of RGB (Red+Green+Blue) = 64+4+56=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400438 is #BFFBC7. Grayscale: #1B1B1B. Windows color (decimal): -12581832 or 3671104. OLE color: 3671104.
HSL color Cylindrical-coordinate representation of color #400438: hue angle of 308º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400438 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 56 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.75 |
| HSL | 308º | 0.88% | 0.13% | - |
| HSV(B) | 308º | 0.94% | 0.25% | - |
| XYZ | 2.87 | 1.46 | 3.87 | - |
| YUV | 27.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 56 | 0 | 0.94 | 0.13 | 0.75 | 308 | 0.88 | 0.13 |
| Hex | 40 | 4 | 38 | 0 | 5E | D | 4B | 134 | 58 | D |
| Octal | 100 | 4 | 70 | 0 | 136 | 15 | 113 | 464 | 130 | 15 |
| Binary | 1000000 | 100 | 111000 | 0 | 1011110 | 1101 | 1001011 | 100110100 | 1011000 | 1101 |
Color Harmonies of #400438
Complementary color
Monochromatic Colors of #400438
Black with #400438
Text Example
Text Example
White with #400438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400438; }
p { color: rgb(64,4,56); }
H1.HeaderClassName
{
color: #400438;
}
.AnyTagClassName
{
color: #400438;
}
</style>
background-color css
<style>
a { background-color: #400438; }
a { background-color: rgb(64,4,56); }
div.DivClassName
{
background-color: #400438;
}
.BgClassName
{
background-color: #400438;
}
</style>
border-color css
<style>
span { border-color: #400438; }
span { border-color: rgb(64,4,56); }
td.TdClassName
{
border-color: #400438;
}
.TagClassName
{
border-color: #400438;
}
</style>