Shades of Mardi Gras #40113E
Tints of Mardi Gras #40113E
RGB
CMYK
RGB Variations
Color information
#40113E (or 0x40113E) is known color: Mardi Gras. HEX triplet: 40, 11 and 3E. RGB value is (64,17,62). Sum of RGB (Red+Green+Blue) = 64+17+62=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40113E is #BFEEC1. Grayscale: #242424. Windows color (decimal): -12578498 or 4067648. OLE color: 4067648.
HSL color Cylindrical-coordinate representation of color #40113E: hue angle of 302.55º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40113E is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 62 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.75 |
| HSL | 302.55º | 0.58% | 0.16% | - |
| HSV(B) | 302.55º | 0.73% | 0.25% | - |
| XYZ | 3.18 | 1.84 | 4.74 | - |
| YUV | 36.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 62 | 0 | 0.73 | 0.03 | 0.75 | 302.55 | 0.58 | 0.16 |
| Hex | 40 | 11 | 3E | 0 | 49 | 3 | 4B | 12F | 3A | 10 |
| Octal | 100 | 21 | 76 | 0 | 111 | 3 | 113 | 457 | 72 | 20 |
| Binary | 1000000 | 10001 | 111110 | 0 | 1001001 | 11 | 1001011 | 100101111 | 111010 | 10000 |
Color Harmonies of #40113E
Complementary color
Monochromatic Colors of #40113E
Black with #40113E
Text Example
Text Example
White with #40113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40113E; }
p { color: rgb(64,17,62); }
H1.HeaderClassName
{
color: #40113E;
}
.AnyTagClassName
{
color: #40113E;
}
</style>
background-color css
<style>
a { background-color: #40113E; }
a { background-color: rgb(64,17,62); }
div.DivClassName
{
background-color: #40113E;
}
.BgClassName
{
background-color: #40113E;
}
</style>
border-color css
<style>
span { border-color: #40113E; }
span { border-color: rgb(64,17,62); }
td.TdClassName
{
border-color: #40113E;
}
.TagClassName
{
border-color: #40113E;
}
</style>