Shades of Mardi Gras #400D42
Tints of Mardi Gras #400D42
RGB
CMYK
RGB Variations
Color information
#400D42 (or 0x400D42) is known color: Mardi Gras. HEX triplet: 40, 0D and 42. RGB value is (64,13,66). Sum of RGB (Red+Green+Blue) = 64+13+66=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #400D42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D42 is #BFF2BD. Grayscale: #222222. Windows color (decimal): -12579518 or 4328768. OLE color: 4328768.
HSL color Cylindrical-coordinate representation of color #400D42: hue angle of 297.74º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D42 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 13 | 66 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.74 |
| HSL | 297.74º | 0.67% | 0.15% | - |
| HSV(B) | 297.74º | 0.8% | 0.26% | - |
| XYZ | 3.24 | 1.77 | 5.33 | - |
| YUV | 34.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 66 | 0.03 | 0.80 | 0 | 0.74 | 297.74 | 0.67 | 0.15 |
| Hex | 40 | D | 42 | 3 | 50 | 0 | 4A | 12A | 43 | F |
| Octal | 100 | 15 | 102 | 3 | 120 | 0 | 112 | 452 | 103 | 17 |
| Binary | 1000000 | 1101 | 1000010 | 11 | 1010000 | 0 | 1001010 | 100101010 | 1000011 | 1111 |
Color Harmonies of #400D42
Complementary color
Monochromatic Colors of #400D42
Black with #400D42
Text Example
Text Example
White with #400D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D42; }
p { color: rgb(64,13,66); }
H1.HeaderClassName
{
color: #400D42;
}
.AnyTagClassName
{
color: #400D42;
}
</style>
background-color css
<style>
a { background-color: #400D42; }
a { background-color: rgb(64,13,66); }
div.DivClassName
{
background-color: #400D42;
}
.BgClassName
{
background-color: #400D42;
}
</style>
border-color css
<style>
span { border-color: #400D42; }
span { border-color: rgb(64,13,66); }
td.TdClassName
{
border-color: #400D42;
}
.TagClassName
{
border-color: #400D42;
}
</style>