Shades of Mardi Gras #40013F
Tints of Mardi Gras #40013F
RGB
CMYK
RGB Variations
Color information
#40013F (or 0x40013F) is known color: Mardi Gras. HEX triplet: 40, 01 and 3F. RGB value is (64,1,63). Sum of RGB (Red+Green+Blue) = 64+1+63=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40013F is #BFFEC0. Grayscale: #1A1A1A. Windows color (decimal): -12582593 or 4129088. OLE color: 4129088.
HSL color Cylindrical-coordinate representation of color #40013F: hue angle of 300.95º 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 #40013F is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 63 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.75 |
| HSL | 300.95º | 0.97% | 0.13% | - |
| HSV(B) | 300.95º | 0.98% | 0.25% | - |
| XYZ | 3.02 | 1.47 | 4.83 | - |
| YUV | 26.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 63 | 0 | 0.98 | 0.02 | 0.75 | 300.95 | 0.97 | 0.13 |
| Hex | 40 | 1 | 3F | 0 | 62 | 2 | 4B | 12D | 61 | D |
| Octal | 100 | 1 | 77 | 0 | 142 | 2 | 113 | 455 | 141 | 15 |
| Binary | 1000000 | 1 | 111111 | 0 | 1100010 | 10 | 1001011 | 100101101 | 1100001 | 1101 |
Color Harmonies of #40013F
Complementary color
Monochromatic Colors of #40013F
Black with #40013F
Text Example
Text Example
White with #40013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40013F; }
p { color: rgb(64,1,63); }
H1.HeaderClassName
{
color: #40013F;
}
.AnyTagClassName
{
color: #40013F;
}
</style>
background-color css
<style>
a { background-color: #40013F; }
a { background-color: rgb(64,1,63); }
div.DivClassName
{
background-color: #40013F;
}
.BgClassName
{
background-color: #40013F;
}
</style>
border-color css
<style>
span { border-color: #40013F; }
span { border-color: rgb(64,1,63); }
td.TdClassName
{
border-color: #40013F;
}
.TagClassName
{
border-color: #40013F;
}
</style>