Shades of Mardi Gras #40023D
Tints of Mardi Gras #40023D
RGB
CMYK
RGB Variations
Color information
#40023D (or 0x40023D) is known color: Mardi Gras. HEX triplet: 40, 02 and 3D. RGB value is (64,2,61). Sum of RGB (Red+Green+Blue) = 64+2+61=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40023D is #BFFDC2. Grayscale: #1B1B1B. Windows color (decimal): -12582339 or 3998272. OLE color: 3998272.
HSL color Cylindrical-coordinate representation of color #40023D: hue angle of 302.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40023D is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 61 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.75 |
| HSL | 302.9º | 0.94% | 0.13% | - |
| HSV(B) | 302.9º | 0.97% | 0.25% | - |
| XYZ | 2.98 | 1.47 | 4.54 | - |
| YUV | 27.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 61 | 0 | 0.97 | 0.05 | 0.75 | 302.9 | 0.94 | 0.13 |
| Hex | 40 | 2 | 3D | 0 | 61 | 5 | 4B | 12F | 5E | D |
| Octal | 100 | 2 | 75 | 0 | 141 | 5 | 113 | 457 | 136 | 15 |
| Binary | 1000000 | 10 | 111101 | 0 | 1100001 | 101 | 1001011 | 100101111 | 1011110 | 1101 |
Color Harmonies of #40023D
Complementary color
Monochromatic Colors of #40023D
Black with #40023D
Text Example
Text Example
White with #40023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40023D; }
p { color: rgb(64,2,61); }
H1.HeaderClassName
{
color: #40023D;
}
.AnyTagClassName
{
color: #40023D;
}
</style>
background-color css
<style>
a { background-color: #40023D; }
a { background-color: rgb(64,2,61); }
div.DivClassName
{
background-color: #40023D;
}
.BgClassName
{
background-color: #40023D;
}
</style>
border-color css
<style>
span { border-color: #40023D; }
span { border-color: rgb(64,2,61); }
td.TdClassName
{
border-color: #40023D;
}
.TagClassName
{
border-color: #40023D;
}
</style>