Shades of Mardi Gras #400D40
Tints of Mardi Gras #400D40
RGB
CMYK
RGB Variations
Color information
#400D40 (or 0x400D40) is known color: Mardi Gras. HEX triplet: 40, 0D and 40. RGB value is (64,13,64). Sum of RGB (Red+Green+Blue) = 64+13+64=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D40 is #BFF2BF. Grayscale: #212121. Windows color (decimal): -12579520 or 4197696. OLE color: 4197696.
HSL color Cylindrical-coordinate representation of color #400D40: hue angle of 300º 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 #400D40 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 64 | - |
| CMYK | 0 | 0.80 | 0 | 0.75 |
| HSL | 300º | 0.66% | 0.15% | - |
| HSV(B) | 300º | 0.8% | 0.25% | - |
| XYZ | 3.18 | 1.75 | 5.02 | - |
| YUV | 34.06 | 144.9 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 64 | 0 | 0.80 | 0 | 0.75 | 300 | 0.66 | 0.15 |
| Hex | 40 | D | 40 | 0 | 50 | 0 | 4B | 12C | 42 | F |
| Octal | 100 | 15 | 100 | 0 | 120 | 0 | 113 | 454 | 102 | 17 |
| Binary | 1000000 | 1101 | 1000000 | 0 | 1010000 | 0 | 1001011 | 100101100 | 1000010 | 1111 |
Color Harmonies of #400D40
Complementary color
Monochromatic Colors of #400D40
Black with #400D40
Text Example
Text Example
White with #400D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D40; }
p { color: rgb(64,13,64); }
H1.HeaderClassName
{
color: #400D40;
}
.AnyTagClassName
{
color: #400D40;
}
</style>
background-color css
<style>
a { background-color: #400D40; }
a { background-color: rgb(64,13,64); }
div.DivClassName
{
background-color: #400D40;
}
.BgClassName
{
background-color: #400D40;
}
</style>
border-color css
<style>
span { border-color: #400D40; }
span { border-color: rgb(64,13,64); }
td.TdClassName
{
border-color: #400D40;
}
.TagClassName
{
border-color: #400D40;
}
</style>