Shades of Mardi Gras #40013B
Tints of Mardi Gras #40013B
RGB
CMYK
RGB Variations
Color information
#40013B (or 0x40013B) is known color: Mardi Gras. HEX triplet: 40, 01 and 3B. RGB value is (64,1,59). Sum of RGB (Red+Green+Blue) = 64+1+59=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #40013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40013B is #BFFEC4. Grayscale: #1A1A1A. Windows color (decimal): -12582597 or 3866944. OLE color: 3866944.
HSL color Cylindrical-coordinate representation of color #40013B: hue angle of 304.76º 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 #40013B is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 59 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.75 |
| HSL | 304.76º | 0.97% | 0.13% | - |
| HSV(B) | 304.76º | 0.98% | 0.25% | - |
| XYZ | 2.91 | 1.43 | 4.26 | - |
| YUV | 26.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 59 | 0 | 0.98 | 0.08 | 0.75 | 304.76 | 0.97 | 0.13 |
| Hex | 40 | 1 | 3B | 0 | 62 | 8 | 4B | 131 | 61 | D |
| Octal | 100 | 1 | 73 | 0 | 142 | 10 | 113 | 461 | 141 | 15 |
| Binary | 1000000 | 1 | 111011 | 0 | 1100010 | 1000 | 1001011 | 100110001 | 1100001 | 1101 |
Color Harmonies of #40013B
Complementary color
Monochromatic Colors of #40013B
Black with #40013B
Text Example
Text Example
White with #40013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40013B; }
p { color: rgb(64,1,59); }
H1.HeaderClassName
{
color: #40013B;
}
.AnyTagClassName
{
color: #40013B;
}
</style>
background-color css
<style>
a { background-color: #40013B; }
a { background-color: rgb(64,1,59); }
div.DivClassName
{
background-color: #40013B;
}
.BgClassName
{
background-color: #40013B;
}
</style>
border-color css
<style>
span { border-color: #40013B; }
span { border-color: rgb(64,1,59); }
td.TdClassName
{
border-color: #40013B;
}
.TagClassName
{
border-color: #40013B;
}
</style>