Shades of Mardi Gras #400B37
Tints of Mardi Gras #400B37
RGB
CMYK
RGB Variations
Color information
#400B37 (or 0x400B37) is known color: Mardi Gras. HEX triplet: 40, 0B and 37. RGB value is (64,11,55). Sum of RGB (Red+Green+Blue) = 64+11+55=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #400B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B37 is #BFF4C8. Grayscale: #1F1F1F. Windows color (decimal): -12580041 or 3607360. OLE color: 3607360.
HSL color Cylindrical-coordinate representation of color #400B37: hue angle of 310.19º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400B37 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 11 | 55 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.75 |
| HSL | 310.19º | 0.71% | 0.15% | - |
| HSV(B) | 310.19º | 0.83% | 0.25% | - |
| XYZ | 2.92 | 1.61 | 3.77 | - |
| YUV | 31.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 55 | 0 | 0.83 | 0.14 | 0.75 | 310.19 | 0.71 | 0.15 |
| Hex | 40 | B | 37 | 0 | 53 | E | 4B | 136 | 47 | F |
| Octal | 100 | 13 | 67 | 0 | 123 | 16 | 113 | 466 | 107 | 17 |
| Binary | 1000000 | 1011 | 110111 | 0 | 1010011 | 1110 | 1001011 | 100110110 | 1000111 | 1111 |
Color Harmonies of #400B37
Complementary color
Monochromatic Colors of #400B37
Black with #400B37
Text Example
Text Example
White with #400B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B37; }
p { color: rgb(64,11,55); }
H1.HeaderClassName
{
color: #400B37;
}
.AnyTagClassName
{
color: #400B37;
}
</style>
background-color css
<style>
a { background-color: #400B37; }
a { background-color: rgb(64,11,55); }
div.DivClassName
{
background-color: #400B37;
}
.BgClassName
{
background-color: #400B37;
}
</style>
border-color css
<style>
span { border-color: #400B37; }
span { border-color: rgb(64,11,55); }
td.TdClassName
{
border-color: #400B37;
}
.TagClassName
{
border-color: #400B37;
}
</style>