Shades of Mardi Gras #400637
Tints of Mardi Gras #400637
RGB
CMYK
RGB Variations
Color information
#400637 (or 0x400637) is known color: Mardi Gras. HEX triplet: 40, 06 and 37. RGB value is (64,6,55). Sum of RGB (Red+Green+Blue) = 64+6+55=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400637 is #BFF9C8. Grayscale: #1C1C1C. Windows color (decimal): -12581321 or 3606080. OLE color: 3606080.
HSL color Cylindrical-coordinate representation of color #400637: hue angle of 309.31º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400637 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 55 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.75 |
| HSL | 309.31º | 0.83% | 0.14% | - |
| HSV(B) | 309.31º | 0.91% | 0.25% | - |
| XYZ | 2.87 | 1.5 | 3.75 | - |
| YUV | 28.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 55 | 0 | 0.91 | 0.14 | 0.75 | 309.31 | 0.83 | 0.14 |
| Hex | 40 | 6 | 37 | 0 | 5B | E | 4B | 135 | 53 | E |
| Octal | 100 | 6 | 67 | 0 | 133 | 16 | 113 | 465 | 123 | 16 |
| Binary | 1000000 | 110 | 110111 | 0 | 1011011 | 1110 | 1001011 | 100110101 | 1010011 | 1110 |
Color Harmonies of #400637
Complementary color
Monochromatic Colors of #400637
Black with #400637
Text Example
Text Example
White with #400637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400637; }
p { color: rgb(64,6,55); }
H1.HeaderClassName
{
color: #400637;
}
.AnyTagClassName
{
color: #400637;
}
</style>
background-color css
<style>
a { background-color: #400637; }
a { background-color: rgb(64,6,55); }
div.DivClassName
{
background-color: #400637;
}
.BgClassName
{
background-color: #400637;
}
</style>
border-color css
<style>
span { border-color: #400637; }
span { border-color: rgb(64,6,55); }
td.TdClassName
{
border-color: #400637;
}
.TagClassName
{
border-color: #400637;
}
</style>