Shades of Mardi Gras #40113C
Tints of Mardi Gras #40113C
RGB
CMYK
RGB Variations
Color information
#40113C (or 0x40113C) is known color: Mardi Gras. HEX triplet: 40, 11 and 3C. RGB value is (64,17,60). Sum of RGB (Red+Green+Blue) = 64+17+60=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40113C is #BFEEC3. Grayscale: #232323. Windows color (decimal): -12578500 or 3936576. OLE color: 3936576.
HSL color Cylindrical-coordinate representation of color #40113C: hue angle of 305.11º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40113C is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 60 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.75 |
| HSL | 305.11º | 0.58% | 0.16% | - |
| HSV(B) | 305.11º | 0.73% | 0.25% | - |
| XYZ | 3.13 | 1.82 | 4.46 | - |
| YUV | 35.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 60 | 0 | 0.73 | 0.06 | 0.75 | 305.11 | 0.58 | 0.16 |
| Hex | 40 | 11 | 3C | 0 | 49 | 6 | 4B | 131 | 3A | 10 |
| Octal | 100 | 21 | 74 | 0 | 111 | 6 | 113 | 461 | 72 | 20 |
| Binary | 1000000 | 10001 | 111100 | 0 | 1001001 | 110 | 1001011 | 100110001 | 111010 | 10000 |
Color Harmonies of #40113C
Complementary color
Monochromatic Colors of #40113C
Black with #40113C
Text Example
Text Example
White with #40113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40113C; }
p { color: rgb(64,17,60); }
H1.HeaderClassName
{
color: #40113C;
}
.AnyTagClassName
{
color: #40113C;
}
</style>
background-color css
<style>
a { background-color: #40113C; }
a { background-color: rgb(64,17,60); }
div.DivClassName
{
background-color: #40113C;
}
.BgClassName
{
background-color: #40113C;
}
</style>
border-color css
<style>
span { border-color: #40113C; }
span { border-color: rgb(64,17,60); }
td.TdClassName
{
border-color: #40113C;
}
.TagClassName
{
border-color: #40113C;
}
</style>