Shades of Mardi Gras #40053C
Tints of Mardi Gras #40053C
RGB
CMYK
RGB Variations
Color information
#40053C (or 0x40053C) is known color: Mardi Gras. HEX triplet: 40, 05 and 3C. RGB value is (64,5,60). Sum of RGB (Red+Green+Blue) = 64+5+60=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40053C is #BFFAC3. Grayscale: #1C1C1C. Windows color (decimal): -12581572 or 3933504. OLE color: 3933504.
HSL color Cylindrical-coordinate representation of color #40053C: hue angle of 304.07º 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 #40053C is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 60 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.75 |
| HSL | 304.07º | 0.86% | 0.14% | - |
| HSV(B) | 304.07º | 0.92% | 0.25% | - |
| XYZ | 2.98 | 1.52 | 4.41 | - |
| YUV | 28.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 60 | 0 | 0.92 | 0.06 | 0.75 | 304.07 | 0.86 | 0.14 |
| Hex | 40 | 5 | 3C | 0 | 5C | 6 | 4B | 130 | 56 | E |
| Octal | 100 | 5 | 74 | 0 | 134 | 6 | 113 | 460 | 126 | 16 |
| Binary | 1000000 | 101 | 111100 | 0 | 1011100 | 110 | 1001011 | 100110000 | 1010110 | 1110 |
Color Harmonies of #40053C
Complementary color
Monochromatic Colors of #40053C
Black with #40053C
Text Example
Text Example
White with #40053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40053C; }
p { color: rgb(64,5,60); }
H1.HeaderClassName
{
color: #40053C;
}
.AnyTagClassName
{
color: #40053C;
}
</style>
background-color css
<style>
a { background-color: #40053C; }
a { background-color: rgb(64,5,60); }
div.DivClassName
{
background-color: #40053C;
}
.BgClassName
{
background-color: #40053C;
}
</style>
border-color css
<style>
span { border-color: #40053C; }
span { border-color: rgb(64,5,60); }
td.TdClassName
{
border-color: #40053C;
}
.TagClassName
{
border-color: #40053C;
}
</style>