Shades of Mardi Gras #400D3F
Tints of Mardi Gras #400D3F
RGB
CMYK
RGB Variations
Color information
#400D3F (or 0x400D3F) is known color: Mardi Gras. HEX triplet: 40, 0D and 3F. RGB value is (64,13,63). Sum of RGB (Red+Green+Blue) = 64+13+63=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #400D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D3F is #BFF2C0. Grayscale: #212121. Windows color (decimal): -12579521 or 4132160. OLE color: 4132160.
HSL color Cylindrical-coordinate representation of color #400D3F: hue angle of 301.18º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D3F is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 63 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.75 |
| HSL | 301.18º | 0.66% | 0.15% | - |
| HSV(B) | 301.18º | 0.8% | 0.25% | - |
| XYZ | 3.16 | 1.74 | 4.87 | - |
| YUV | 33.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 63 | 0 | 0.80 | 0.02 | 0.75 | 301.18 | 0.66 | 0.15 |
| Hex | 40 | D | 3F | 0 | 50 | 2 | 4B | 12D | 42 | F |
| Octal | 100 | 15 | 77 | 0 | 120 | 2 | 113 | 455 | 102 | 17 |
| Binary | 1000000 | 1101 | 111111 | 0 | 1010000 | 10 | 1001011 | 100101101 | 1000010 | 1111 |
Color Harmonies of #400D3F
Complementary color
Monochromatic Colors of #400D3F
Black with #400D3F
Text Example
Text Example
White with #400D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D3F; }
p { color: rgb(64,13,63); }
H1.HeaderClassName
{
color: #400D3F;
}
.AnyTagClassName
{
color: #400D3F;
}
</style>
background-color css
<style>
a { background-color: #400D3F; }
a { background-color: rgb(64,13,63); }
div.DivClassName
{
background-color: #400D3F;
}
.BgClassName
{
background-color: #400D3F;
}
</style>
border-color css
<style>
span { border-color: #400D3F; }
span { border-color: rgb(64,13,63); }
td.TdClassName
{
border-color: #400D3F;
}
.TagClassName
{
border-color: #400D3F;
}
</style>