Shades of Mardi Gras #40213F
Tints of Mardi Gras #40213F
RGB
CMYK
RGB Variations
Color information
#40213F (or 0x40213F) is known color: Mardi Gras. HEX triplet: 40, 21 and 3F. RGB value is (64,33,63). Sum of RGB (Red+Green+Blue) = 64+33+63=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #40213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40213F is #BFDEC0. Grayscale: #2D2D2D. Windows color (decimal): -12574401 or 4137280. OLE color: 4137280.
HSL color Cylindrical-coordinate representation of color #40213F: hue angle of 301.94º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40213F is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 63 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.75 |
| HSL | 301.94º | 0.32% | 0.19% | - |
| HSV(B) | 301.94º | 0.48% | 0.25% | - |
| XYZ | 3.56 | 2.54 | 5 | - |
| YUV | 45.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 63 | 0 | 0.48 | 0.02 | 0.75 | 301.94 | 0.32 | 0.19 |
| Hex | 40 | 21 | 3F | 0 | 30 | 2 | 4B | 12E | 20 | 13 |
| Octal | 100 | 41 | 77 | 0 | 60 | 2 | 113 | 456 | 40 | 23 |
| Binary | 1000000 | 100001 | 111111 | 0 | 110000 | 10 | 1001011 | 100101110 | 100000 | 10011 |
Color Harmonies of #40213F
Complementary color
Monochromatic Colors of #40213F
Black with #40213F
Text Example
Text Example
White with #40213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40213F; }
p { color: rgb(64,33,63); }
H1.HeaderClassName
{
color: #40213F;
}
.AnyTagClassName
{
color: #40213F;
}
</style>
background-color css
<style>
a { background-color: #40213F; }
a { background-color: rgb(64,33,63); }
div.DivClassName
{
background-color: #40213F;
}
.BgClassName
{
background-color: #40213F;
}
</style>
border-color css
<style>
span { border-color: #40213F; }
span { border-color: rgb(64,33,63); }
td.TdClassName
{
border-color: #40213F;
}
.TagClassName
{
border-color: #40213F;
}
</style>