Shades of Mardi Gras #400D39
Tints of Mardi Gras #400D39
RGB
CMYK
RGB Variations
Color information
#400D39 (or 0x400D39) is known color: Mardi Gras. HEX triplet: 40, 0D and 39. RGB value is (64,13,57). Sum of RGB (Red+Green+Blue) = 64+13+57=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #400D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D39 is #BFF2C6. Grayscale: #212121. Windows color (decimal): -12579527 or 3738944. OLE color: 3738944.
HSL color Cylindrical-coordinate representation of color #400D39: hue angle of 308.24º 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 #400D39 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 57 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.75 |
| HSL | 308.24º | 0.66% | 0.15% | - |
| HSV(B) | 308.24º | 0.8% | 0.25% | - |
| XYZ | 3 | 1.67 | 4.04 | - |
| YUV | 33.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 57 | 0 | 0.80 | 0.11 | 0.75 | 308.24 | 0.66 | 0.15 |
| Hex | 40 | D | 39 | 0 | 50 | B | 4B | 134 | 42 | F |
| Octal | 100 | 15 | 71 | 0 | 120 | 13 | 113 | 464 | 102 | 17 |
| Binary | 1000000 | 1101 | 111001 | 0 | 1010000 | 1011 | 1001011 | 100110100 | 1000010 | 1111 |
Color Harmonies of #400D39
Complementary color
Monochromatic Colors of #400D39
Black with #400D39
Text Example
Text Example
White with #400D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D39; }
p { color: rgb(64,13,57); }
H1.HeaderClassName
{
color: #400D39;
}
.AnyTagClassName
{
color: #400D39;
}
</style>
background-color css
<style>
a { background-color: #400D39; }
a { background-color: rgb(64,13,57); }
div.DivClassName
{
background-color: #400D39;
}
.BgClassName
{
background-color: #400D39;
}
</style>
border-color css
<style>
span { border-color: #400D39; }
span { border-color: rgb(64,13,57); }
td.TdClassName
{
border-color: #400D39;
}
.TagClassName
{
border-color: #400D39;
}
</style>