Shades of Mardi Gras #400A39
Tints of Mardi Gras #400A39
RGB
CMYK
RGB Variations
Color information
#400A39 (or 0x400A39) is known color: Mardi Gras. HEX triplet: 40, 0A and 39. RGB value is (64,10,57). Sum of RGB (Red+Green+Blue) = 64+10+57=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #400A39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A39 is #BFF5C6. Grayscale: #1F1F1F. Windows color (decimal): -12580295 or 3738176. OLE color: 3738176.
HSL color Cylindrical-coordinate representation of color #400A39: hue angle of 307.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A39 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 57 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.75 |
| HSL | 307.78º | 0.73% | 0.15% | - |
| HSV(B) | 307.78º | 0.84% | 0.25% | - |
| XYZ | 2.96 | 1.6 | 4.02 | - |
| YUV | 31.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 57 | 0 | 0.84 | 0.11 | 0.75 | 307.78 | 0.73 | 0.15 |
| Hex | 40 | A | 39 | 0 | 54 | B | 4B | 134 | 49 | F |
| Octal | 100 | 12 | 71 | 0 | 124 | 13 | 113 | 464 | 111 | 17 |
| Binary | 1000000 | 1010 | 111001 | 0 | 1010100 | 1011 | 1001011 | 100110100 | 1001001 | 1111 |
Color Harmonies of #400A39
Complementary color
Monochromatic Colors of #400A39
Black with #400A39
Text Example
Text Example
White with #400A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A39; }
p { color: rgb(64,10,57); }
H1.HeaderClassName
{
color: #400A39;
}
.AnyTagClassName
{
color: #400A39;
}
</style>
background-color css
<style>
a { background-color: #400A39; }
a { background-color: rgb(64,10,57); }
div.DivClassName
{
background-color: #400A39;
}
.BgClassName
{
background-color: #400A39;
}
</style>
border-color css
<style>
span { border-color: #400A39; }
span { border-color: rgb(64,10,57); }
td.TdClassName
{
border-color: #400A39;
}
.TagClassName
{
border-color: #400A39;
}
</style>