Shades of Mardi Gras #400C37
Tints of Mardi Gras #400C37
RGB
CMYK
RGB Variations
Color information
#400C37 (or 0x400C37) is known color: Mardi Gras. HEX triplet: 40, 0C and 37. RGB value is (64,12,55). Sum of RGB (Red+Green+Blue) = 64+12+55=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #400C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C37 is #BFF3C8. Grayscale: #202020. Windows color (decimal): -12579785 or 3607616. OLE color: 3607616.
HSL color Cylindrical-coordinate representation of color #400C37: hue angle of 310.38º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C37 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 55 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.75 |
| HSL | 310.38º | 0.68% | 0.15% | - |
| HSV(B) | 310.38º | 0.81% | 0.25% | - |
| XYZ | 2.94 | 1.63 | 3.77 | - |
| YUV | 32.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 55 | 0 | 0.81 | 0.14 | 0.75 | 310.38 | 0.68 | 0.15 |
| Hex | 40 | C | 37 | 0 | 51 | E | 4B | 136 | 44 | F |
| Octal | 100 | 14 | 67 | 0 | 121 | 16 | 113 | 466 | 104 | 17 |
| Binary | 1000000 | 1100 | 110111 | 0 | 1010001 | 1110 | 1001011 | 100110110 | 1000100 | 1111 |
Color Harmonies of #400C37
Complementary color
Monochromatic Colors of #400C37
Black with #400C37
Text Example
Text Example
White with #400C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C37; }
p { color: rgb(64,12,55); }
H1.HeaderClassName
{
color: #400C37;
}
.AnyTagClassName
{
color: #400C37;
}
</style>
background-color css
<style>
a { background-color: #400C37; }
a { background-color: rgb(64,12,55); }
div.DivClassName
{
background-color: #400C37;
}
.BgClassName
{
background-color: #400C37;
}
</style>
border-color css
<style>
span { border-color: #400C37; }
span { border-color: rgb(64,12,55); }
td.TdClassName
{
border-color: #400C37;
}
.TagClassName
{
border-color: #400C37;
}
</style>