Shades of Mardi Gras #40103E
Tints of Mardi Gras #40103E
RGB
CMYK
RGB Variations
Color information
#40103E (or 0x40103E) is known color: Mardi Gras. HEX triplet: 40, 10 and 3E. RGB value is (64,16,62). Sum of RGB (Red+Green+Blue) = 64+16+62=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #40103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40103E is #BFEFC1. Grayscale: #232323. Windows color (decimal): -12578754 or 4067392. OLE color: 4067392.
HSL color Cylindrical-coordinate representation of color #40103E: hue angle of 302.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40103E is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 62 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.75 |
| HSL | 302.5º | 0.6% | 0.16% | - |
| HSV(B) | 302.5º | 0.75% | 0.25% | - |
| XYZ | 3.17 | 1.81 | 4.74 | - |
| YUV | 35.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 62 | 0 | 0.75 | 0.03 | 0.75 | 302.5 | 0.6 | 0.16 |
| Hex | 40 | 10 | 3E | 0 | 4B | 3 | 4B | 12E | 3C | 10 |
| Octal | 100 | 20 | 76 | 0 | 113 | 3 | 113 | 456 | 74 | 20 |
| Binary | 1000000 | 10000 | 111110 | 0 | 1001011 | 11 | 1001011 | 100101110 | 111100 | 10000 |
Color Harmonies of #40103E
Complementary color
Monochromatic Colors of #40103E
Black with #40103E
Text Example
Text Example
White with #40103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40103E; }
p { color: rgb(64,16,62); }
H1.HeaderClassName
{
color: #40103E;
}
.AnyTagClassName
{
color: #40103E;
}
</style>
background-color css
<style>
a { background-color: #40103E; }
a { background-color: rgb(64,16,62); }
div.DivClassName
{
background-color: #40103E;
}
.BgClassName
{
background-color: #40103E;
}
</style>
border-color css
<style>
span { border-color: #40103E; }
span { border-color: rgb(64,16,62); }
td.TdClassName
{
border-color: #40103E;
}
.TagClassName
{
border-color: #40103E;
}
</style>