Shades of Mardi Gras #400A37
Tints of Mardi Gras #400A37
RGB
CMYK
RGB Variations
Color information
#400A37 (or 0x400A37) is known color: Mardi Gras. HEX triplet: 40, 0A and 37. RGB value is (64,10,55). Sum of RGB (Red+Green+Blue) = 64+10+55=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #400A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A37 is #BFF5C8. Grayscale: #1F1F1F. Windows color (decimal): -12580297 or 3607104. OLE color: 3607104.
HSL color Cylindrical-coordinate representation of color #400A37: hue angle of 310º 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 #400A37 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 55 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.75 |
| HSL | 310º | 0.73% | 0.15% | - |
| HSV(B) | 310º | 0.84% | 0.25% | - |
| XYZ | 2.91 | 1.58 | 3.77 | - |
| YUV | 31.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 55 | 0 | 0.84 | 0.14 | 0.75 | 310 | 0.73 | 0.15 |
| Hex | 40 | A | 37 | 0 | 54 | E | 4B | 136 | 49 | F |
| Octal | 100 | 12 | 67 | 0 | 124 | 16 | 113 | 466 | 111 | 17 |
| Binary | 1000000 | 1010 | 110111 | 0 | 1010100 | 1110 | 1001011 | 100110110 | 1001001 | 1111 |
Color Harmonies of #400A37
Complementary color
Monochromatic Colors of #400A37
Black with #400A37
Text Example
Text Example
White with #400A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A37; }
p { color: rgb(64,10,55); }
H1.HeaderClassName
{
color: #400A37;
}
.AnyTagClassName
{
color: #400A37;
}
</style>
background-color css
<style>
a { background-color: #400A37; }
a { background-color: rgb(64,10,55); }
div.DivClassName
{
background-color: #400A37;
}
.BgClassName
{
background-color: #400A37;
}
</style>
border-color css
<style>
span { border-color: #400A37; }
span { border-color: rgb(64,10,55); }
td.TdClassName
{
border-color: #400A37;
}
.TagClassName
{
border-color: #400A37;
}
</style>