Shades of Mardi Gras #40093E
Tints of Mardi Gras #40093E
RGB
CMYK
RGB Variations
Color information
#40093E (or 0x40093E) is known color: Mardi Gras. HEX triplet: 40, 09 and 3E. RGB value is (64,9,62). Sum of RGB (Red+Green+Blue) = 64+9+62=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40093E is #BFF6C1. Grayscale: #1F1F1F. Windows color (decimal): -12580546 or 4065600. OLE color: 4065600.
HSL color Cylindrical-coordinate representation of color #40093E: hue angle of 302.18º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40093E is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 62 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.75 |
| HSL | 302.18º | 0.75% | 0.14% | - |
| HSV(B) | 302.18º | 0.86% | 0.25% | - |
| XYZ | 3.08 | 1.63 | 4.71 | - |
| YUV | 31.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 62 | 0 | 0.86 | 0.03 | 0.75 | 302.18 | 0.75 | 0.14 |
| Hex | 40 | 9 | 3E | 0 | 56 | 3 | 4B | 12E | 4B | E |
| Octal | 100 | 11 | 76 | 0 | 126 | 3 | 113 | 456 | 113 | 16 |
| Binary | 1000000 | 1001 | 111110 | 0 | 1010110 | 11 | 1001011 | 100101110 | 1001011 | 1110 |
Color Harmonies of #40093E
Complementary color
Monochromatic Colors of #40093E
Black with #40093E
Text Example
Text Example
White with #40093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40093E; }
p { color: rgb(64,9,62); }
H1.HeaderClassName
{
color: #40093E;
}
.AnyTagClassName
{
color: #40093E;
}
</style>
background-color css
<style>
a { background-color: #40093E; }
a { background-color: rgb(64,9,62); }
div.DivClassName
{
background-color: #40093E;
}
.BgClassName
{
background-color: #40093E;
}
</style>
border-color css
<style>
span { border-color: #40093E; }
span { border-color: rgb(64,9,62); }
td.TdClassName
{
border-color: #40093E;
}
.TagClassName
{
border-color: #40093E;
}
</style>