Shades of Mardi Gras #40133D
Tints of Mardi Gras #40133D
RGB
CMYK
RGB Variations
Color information
#40133D (or 0x40133D) is known color: Mardi Gras. HEX triplet: 40, 13 and 3D. RGB value is (64,19,61). Sum of RGB (Red+Green+Blue) = 64+19+61=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40133D is #BFECC2. Grayscale: #252525. Windows color (decimal): -12577987 or 4002624. OLE color: 4002624.
HSL color Cylindrical-coordinate representation of color #40133D: hue angle of 304º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40133D is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 61 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.75 |
| HSL | 304º | 0.54% | 0.16% | - |
| HSV(B) | 304º | 0.7% | 0.25% | - |
| XYZ | 3.19 | 1.89 | 4.61 | - |
| YUV | 37.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 61 | 0 | 0.70 | 0.05 | 0.75 | 304 | 0.54 | 0.16 |
| Hex | 40 | 13 | 3D | 0 | 46 | 5 | 4B | 130 | 36 | 10 |
| Octal | 100 | 23 | 75 | 0 | 106 | 5 | 113 | 460 | 66 | 20 |
| Binary | 1000000 | 10011 | 111101 | 0 | 1000110 | 101 | 1001011 | 100110000 | 110110 | 10000 |
Color Harmonies of #40133D
Complementary color
Monochromatic Colors of #40133D
Black with #40133D
Text Example
Text Example
White with #40133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40133D; }
p { color: rgb(64,19,61); }
H1.HeaderClassName
{
color: #40133D;
}
.AnyTagClassName
{
color: #40133D;
}
</style>
background-color css
<style>
a { background-color: #40133D; }
a { background-color: rgb(64,19,61); }
div.DivClassName
{
background-color: #40133D;
}
.BgClassName
{
background-color: #40133D;
}
</style>
border-color css
<style>
span { border-color: #40133D; }
span { border-color: rgb(64,19,61); }
td.TdClassName
{
border-color: #40133D;
}
.TagClassName
{
border-color: #40133D;
}
</style>