Shades of Mardi Gras #40013D
Tints of Mardi Gras #40013D
RGB
CMYK
RGB Variations
Color information
#40013D (or 0x40013D) is known color: Mardi Gras. HEX triplet: 40, 01 and 3D. RGB value is (64,1,61). Sum of RGB (Red+Green+Blue) = 64+1+61=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40013D is #BFFEC2. Grayscale: #1A1A1A. Windows color (decimal): -12582595 or 3998016. OLE color: 3998016.
HSL color Cylindrical-coordinate representation of color #40013D: hue angle of 302.86º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40013D is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 61 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.75 |
| HSL | 302.86º | 0.97% | 0.13% | - |
| HSV(B) | 302.86º | 0.98% | 0.25% | - |
| XYZ | 2.97 | 1.45 | 4.54 | - |
| YUV | 26.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 61 | 0 | 0.98 | 0.05 | 0.75 | 302.86 | 0.97 | 0.13 |
| Hex | 40 | 1 | 3D | 0 | 62 | 5 | 4B | 12F | 61 | D |
| Octal | 100 | 1 | 75 | 0 | 142 | 5 | 113 | 457 | 141 | 15 |
| Binary | 1000000 | 1 | 111101 | 0 | 1100010 | 101 | 1001011 | 100101111 | 1100001 | 1101 |
Color Harmonies of #40013D
Complementary color
Monochromatic Colors of #40013D
Black with #40013D
Text Example
Text Example
White with #40013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40013D; }
p { color: rgb(64,1,61); }
H1.HeaderClassName
{
color: #40013D;
}
.AnyTagClassName
{
color: #40013D;
}
</style>
background-color css
<style>
a { background-color: #40013D; }
a { background-color: rgb(64,1,61); }
div.DivClassName
{
background-color: #40013D;
}
.BgClassName
{
background-color: #40013D;
}
</style>
border-color css
<style>
span { border-color: #40013D; }
span { border-color: rgb(64,1,61); }
td.TdClassName
{
border-color: #40013D;
}
.TagClassName
{
border-color: #40013D;
}
</style>