Shades of Mardi Gras #40053F
Tints of Mardi Gras #40053F
RGB
CMYK
RGB Variations
Color information
#40053F (or 0x40053F) is known color: Mardi Gras. HEX triplet: 40, 05 and 3F. RGB value is (64,5,63). Sum of RGB (Red+Green+Blue) = 64+5+63=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40053F is #BFFAC0. Grayscale: #1D1D1D. Windows color (decimal): -12581569 or 4130112. OLE color: 4130112.
HSL color Cylindrical-coordinate representation of color #40053F: hue angle of 301.02º 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 #40053F is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 63 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.75 |
| HSL | 301.02º | 0.86% | 0.14% | - |
| HSV(B) | 301.02º | 0.92% | 0.25% | - |
| XYZ | 3.07 | 1.56 | 4.84 | - |
| YUV | 29.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 63 | 0 | 0.92 | 0.02 | 0.75 | 301.02 | 0.86 | 0.14 |
| Hex | 40 | 5 | 3F | 0 | 5C | 2 | 4B | 12D | 56 | E |
| Octal | 100 | 5 | 77 | 0 | 134 | 2 | 113 | 455 | 126 | 16 |
| Binary | 1000000 | 101 | 111111 | 0 | 1011100 | 10 | 1001011 | 100101101 | 1010110 | 1110 |
Color Harmonies of #40053F
Complementary color
Monochromatic Colors of #40053F
Black with #40053F
Text Example
Text Example
White with #40053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40053F; }
p { color: rgb(64,5,63); }
H1.HeaderClassName
{
color: #40053F;
}
.AnyTagClassName
{
color: #40053F;
}
</style>
background-color css
<style>
a { background-color: #40053F; }
a { background-color: rgb(64,5,63); }
div.DivClassName
{
background-color: #40053F;
}
.BgClassName
{
background-color: #40053F;
}
</style>
border-color css
<style>
span { border-color: #40053F; }
span { border-color: rgb(64,5,63); }
td.TdClassName
{
border-color: #40053F;
}
.TagClassName
{
border-color: #40053F;
}
</style>