Shades of Mardi Gras #40193F
Tints of Mardi Gras #40193F
RGB
CMYK
RGB Variations
Color information
#40193F (or 0x40193F) is known color: Mardi Gras. HEX triplet: 40, 19 and 3F. RGB value is (64,25,63). Sum of RGB (Red+Green+Blue) = 64+25+63=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #40193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40193F is #BFE6C0. Grayscale: #282828. Windows color (decimal): -12576449 or 4135232. OLE color: 4135232.
HSL color Cylindrical-coordinate representation of color #40193F: hue angle of 301.54º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40193F is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 63 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.75 |
| HSL | 301.54º | 0.44% | 0.17% | - |
| HSV(B) | 301.54º | 0.61% | 0.25% | - |
| XYZ | 3.36 | 2.14 | 4.94 | - |
| YUV | 40.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 63 | 0 | 0.61 | 0.02 | 0.75 | 301.54 | 0.44 | 0.17 |
| Hex | 40 | 19 | 3F | 0 | 3D | 2 | 4B | 12E | 2C | 11 |
| Octal | 100 | 31 | 77 | 0 | 75 | 2 | 113 | 456 | 54 | 21 |
| Binary | 1000000 | 11001 | 111111 | 0 | 111101 | 10 | 1001011 | 100101110 | 101100 | 10001 |
Color Harmonies of #40193F
Complementary color
Monochromatic Colors of #40193F
Black with #40193F
Text Example
Text Example
White with #40193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40193F; }
p { color: rgb(64,25,63); }
H1.HeaderClassName
{
color: #40193F;
}
.AnyTagClassName
{
color: #40193F;
}
</style>
background-color css
<style>
a { background-color: #40193F; }
a { background-color: rgb(64,25,63); }
div.DivClassName
{
background-color: #40193F;
}
.BgClassName
{
background-color: #40193F;
}
</style>
border-color css
<style>
span { border-color: #40193F; }
span { border-color: rgb(64,25,63); }
td.TdClassName
{
border-color: #40193F;
}
.TagClassName
{
border-color: #40193F;
}
</style>