Shades of Mardi Gras #40133A
Tints of Mardi Gras #40133A
RGB
CMYK
RGB Variations
Color information
#40133A (or 0x40133A) is known color: Mardi Gras. HEX triplet: 40, 13 and 3A. RGB value is (64,19,58). Sum of RGB (Red+Green+Blue) = 64+19+58=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40133A is #BFECC5. Grayscale: #242424. Windows color (decimal): -12577990 or 3806016. OLE color: 3806016.
HSL color Cylindrical-coordinate representation of color #40133A: hue angle of 308º 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 #40133A is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 58 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.75 |
| HSL | 308º | 0.54% | 0.16% | - |
| HSV(B) | 308º | 0.7% | 0.25% | - |
| XYZ | 3.11 | 1.86 | 4.2 | - |
| YUV | 36.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 58 | 0 | 0.70 | 0.09 | 0.75 | 308 | 0.54 | 0.16 |
| Hex | 40 | 13 | 3A | 0 | 46 | 9 | 4B | 134 | 36 | 10 |
| Octal | 100 | 23 | 72 | 0 | 106 | 11 | 113 | 464 | 66 | 20 |
| Binary | 1000000 | 10011 | 111010 | 0 | 1000110 | 1001 | 1001011 | 100110100 | 110110 | 10000 |
Color Harmonies of #40133A
Complementary color
Monochromatic Colors of #40133A
Black with #40133A
Text Example
Text Example
White with #40133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40133A; }
p { color: rgb(64,19,58); }
H1.HeaderClassName
{
color: #40133A;
}
.AnyTagClassName
{
color: #40133A;
}
</style>
background-color css
<style>
a { background-color: #40133A; }
a { background-color: rgb(64,19,58); }
div.DivClassName
{
background-color: #40133A;
}
.BgClassName
{
background-color: #40133A;
}
</style>
border-color css
<style>
span { border-color: #40133A; }
span { border-color: rgb(64,19,58); }
td.TdClassName
{
border-color: #40133A;
}
.TagClassName
{
border-color: #40133A;
}
</style>