Shades of Mardi Gras #40063D
Tints of Mardi Gras #40063D
RGB
CMYK
RGB Variations
Color information
#40063D (or 0x40063D) is known color: Mardi Gras. HEX triplet: 40, 06 and 3D. RGB value is (64,6,61). Sum of RGB (Red+Green+Blue) = 64+6+61=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40063D is #BFF9C2. Grayscale: #1D1D1D. Windows color (decimal): -12581315 or 3999296. OLE color: 3999296.
HSL color Cylindrical-coordinate representation of color #40063D: hue angle of 303.1º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40063D is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 61 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.75 |
| HSL | 303.1º | 0.83% | 0.14% | - |
| HSV(B) | 303.1º | 0.91% | 0.25% | - |
| XYZ | 3.02 | 1.56 | 4.56 | - |
| YUV | 29.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 61 | 0 | 0.91 | 0.05 | 0.75 | 303.1 | 0.83 | 0.14 |
| Hex | 40 | 6 | 3D | 0 | 5B | 5 | 4B | 12F | 53 | E |
| Octal | 100 | 6 | 75 | 0 | 133 | 5 | 113 | 457 | 123 | 16 |
| Binary | 1000000 | 110 | 111101 | 0 | 1011011 | 101 | 1001011 | 100101111 | 1010011 | 1110 |
Color Harmonies of #40063D
Complementary color
Monochromatic Colors of #40063D
Black with #40063D
Text Example
Text Example
White with #40063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40063D; }
p { color: rgb(64,6,61); }
H1.HeaderClassName
{
color: #40063D;
}
.AnyTagClassName
{
color: #40063D;
}
</style>
background-color css
<style>
a { background-color: #40063D; }
a { background-color: rgb(64,6,61); }
div.DivClassName
{
background-color: #40063D;
}
.BgClassName
{
background-color: #40063D;
}
</style>
border-color css
<style>
span { border-color: #40063D; }
span { border-color: rgb(64,6,61); }
td.TdClassName
{
border-color: #40063D;
}
.TagClassName
{
border-color: #40063D;
}
</style>