Shades of Mardi Gras #40073D
Tints of Mardi Gras #40073D
RGB
CMYK
RGB Variations
Color information
#40073D (or 0x40073D) is known color: Mardi Gras. HEX triplet: 40, 07 and 3D. RGB value is (64,7,61). Sum of RGB (Red+Green+Blue) = 64+7+61=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40073D is #BFF8C2. Grayscale: #1E1E1E. Windows color (decimal): -12581059 or 3999552. OLE color: 3999552.
HSL color Cylindrical-coordinate representation of color #40073D: hue angle of 303.16º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40073D is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 61 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.75 |
| HSL | 303.16º | 0.8% | 0.14% | - |
| HSV(B) | 303.16º | 0.89% | 0.25% | - |
| XYZ | 3.03 | 1.58 | 4.56 | - |
| YUV | 30.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 61 | 0 | 0.89 | 0.05 | 0.75 | 303.16 | 0.8 | 0.14 |
| Hex | 40 | 7 | 3D | 0 | 59 | 5 | 4B | 12F | 50 | E |
| Octal | 100 | 7 | 75 | 0 | 131 | 5 | 113 | 457 | 120 | 16 |
| Binary | 1000000 | 111 | 111101 | 0 | 1011001 | 101 | 1001011 | 100101111 | 1010000 | 1110 |
Color Harmonies of #40073D
Complementary color
Monochromatic Colors of #40073D
Black with #40073D
Text Example
Text Example
White with #40073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40073D; }
p { color: rgb(64,7,61); }
H1.HeaderClassName
{
color: #40073D;
}
.AnyTagClassName
{
color: #40073D;
}
</style>
background-color css
<style>
a { background-color: #40073D; }
a { background-color: rgb(64,7,61); }
div.DivClassName
{
background-color: #40073D;
}
.BgClassName
{
background-color: #40073D;
}
</style>
border-color css
<style>
span { border-color: #40073D; }
span { border-color: rgb(64,7,61); }
td.TdClassName
{
border-color: #40073D;
}
.TagClassName
{
border-color: #40073D;
}
</style>