Shades of Mardi Gras #40213C
Tints of Mardi Gras #40213C
RGB
CMYK
RGB Variations
Color information
#40213C (or 0x40213C) is known color: Mardi Gras. HEX triplet: 40, 21 and 3C. RGB value is (64,33,60). Sum of RGB (Red+Green+Blue) = 64+33+60=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #40213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40213C is #BFDEC3. Grayscale: #2D2D2D. Windows color (decimal): -12574404 or 3940672. OLE color: 3940672.
HSL color Cylindrical-coordinate representation of color #40213C: hue angle of 307.74º 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 #40213C is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 60 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.75 |
| HSL | 307.74º | 0.32% | 0.19% | - |
| HSV(B) | 307.74º | 0.48% | 0.25% | - |
| XYZ | 3.47 | 2.5 | 4.58 | - |
| YUV | 45.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 60 | 0 | 0.48 | 0.06 | 0.75 | 307.74 | 0.32 | 0.19 |
| Hex | 40 | 21 | 3C | 0 | 30 | 6 | 4B | 134 | 20 | 13 |
| Octal | 100 | 41 | 74 | 0 | 60 | 6 | 113 | 464 | 40 | 23 |
| Binary | 1000000 | 100001 | 111100 | 0 | 110000 | 110 | 1001011 | 100110100 | 100000 | 10011 |
Color Harmonies of #40213C
Complementary color
Monochromatic Colors of #40213C
Black with #40213C
Text Example
Text Example
White with #40213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40213C; }
p { color: rgb(64,33,60); }
H1.HeaderClassName
{
color: #40213C;
}
.AnyTagClassName
{
color: #40213C;
}
</style>
background-color css
<style>
a { background-color: #40213C; }
a { background-color: rgb(64,33,60); }
div.DivClassName
{
background-color: #40213C;
}
.BgClassName
{
background-color: #40213C;
}
</style>
border-color css
<style>
span { border-color: #40213C; }
span { border-color: rgb(64,33,60); }
td.TdClassName
{
border-color: #40213C;
}
.TagClassName
{
border-color: #40213C;
}
</style>