Shades of Mardi Gras #40053A
Tints of Mardi Gras #40053A
RGB
CMYK
RGB Variations
Color information
#40053A (or 0x40053A) is known color: Mardi Gras. HEX triplet: 40, 05 and 3A. RGB value is (64,5,58). Sum of RGB (Red+Green+Blue) = 64+5+58=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40053A is #BFFAC5. Grayscale: #1C1C1C. Windows color (decimal): -12581574 or 3802432. OLE color: 3802432.
HSL color Cylindrical-coordinate representation of color #40053A: hue angle of 306.1º 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 #40053A is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 58 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.75 |
| HSL | 306.1º | 0.86% | 0.14% | - |
| HSV(B) | 306.1º | 0.92% | 0.25% | - |
| XYZ | 2.93 | 1.5 | 4.14 | - |
| YUV | 28.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 58 | 0 | 0.92 | 0.09 | 0.75 | 306.1 | 0.86 | 0.14 |
| Hex | 40 | 5 | 3A | 0 | 5C | 9 | 4B | 132 | 56 | E |
| Octal | 100 | 5 | 72 | 0 | 134 | 11 | 113 | 462 | 126 | 16 |
| Binary | 1000000 | 101 | 111010 | 0 | 1011100 | 1001 | 1001011 | 100110010 | 1010110 | 1110 |
Color Harmonies of #40053A
Complementary color
Monochromatic Colors of #40053A
Black with #40053A
Text Example
Text Example
White with #40053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40053A; }
p { color: rgb(64,5,58); }
H1.HeaderClassName
{
color: #40053A;
}
.AnyTagClassName
{
color: #40053A;
}
</style>
background-color css
<style>
a { background-color: #40053A; }
a { background-color: rgb(64,5,58); }
div.DivClassName
{
background-color: #40053A;
}
.BgClassName
{
background-color: #40053A;
}
</style>
border-color css
<style>
span { border-color: #40053A; }
span { border-color: rgb(64,5,58); }
td.TdClassName
{
border-color: #40053A;
}
.TagClassName
{
border-color: #40053A;
}
</style>