Shades of Mardi Gras #40093A
Tints of Mardi Gras #40093A
RGB
CMYK
RGB Variations
Color information
#40093A (or 0x40093A) is known color: Mardi Gras. HEX triplet: 40, 09 and 3A. RGB value is (64,9,58). Sum of RGB (Red+Green+Blue) = 64+9+58=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40093A is #BFF6C5. Grayscale: #1E1E1E. Windows color (decimal): -12580550 or 3803456. OLE color: 3803456.
HSL color Cylindrical-coordinate representation of color #40093A: hue angle of 306.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40093A is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 58 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.75 |
| HSL | 306.55º | 0.75% | 0.14% | - |
| HSV(B) | 306.55º | 0.86% | 0.25% | - |
| XYZ | 2.98 | 1.59 | 4.15 | - |
| YUV | 31.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 58 | 0 | 0.86 | 0.09 | 0.75 | 306.55 | 0.75 | 0.14 |
| Hex | 40 | 9 | 3A | 0 | 56 | 9 | 4B | 133 | 4B | E |
| Octal | 100 | 11 | 72 | 0 | 126 | 11 | 113 | 463 | 113 | 16 |
| Binary | 1000000 | 1001 | 111010 | 0 | 1010110 | 1001 | 1001011 | 100110011 | 1001011 | 1110 |
Color Harmonies of #40093A
Complementary color
Monochromatic Colors of #40093A
Black with #40093A
Text Example
Text Example
White with #40093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40093A; }
p { color: rgb(64,9,58); }
H1.HeaderClassName
{
color: #40093A;
}
.AnyTagClassName
{
color: #40093A;
}
</style>
background-color css
<style>
a { background-color: #40093A; }
a { background-color: rgb(64,9,58); }
div.DivClassName
{
background-color: #40093A;
}
.BgClassName
{
background-color: #40093A;
}
</style>
border-color css
<style>
span { border-color: #40093A; }
span { border-color: rgb(64,9,58); }
td.TdClassName
{
border-color: #40093A;
}
.TagClassName
{
border-color: #40093A;
}
</style>