Shades of Mardi Gras #40093C
Tints of Mardi Gras #40093C
RGB
CMYK
RGB Variations
Color information
#40093C (or 0x40093C) is known color: Mardi Gras. HEX triplet: 40, 09 and 3C. RGB value is (64,9,60). Sum of RGB (Red+Green+Blue) = 64+9+60=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40093C is #BFF6C3. Grayscale: #1F1F1F. Windows color (decimal): -12580548 or 3934528. OLE color: 3934528.
HSL color Cylindrical-coordinate representation of color #40093C: hue angle of 304.36º 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 #40093C is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 60 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.75 |
| HSL | 304.36º | 0.75% | 0.14% | - |
| HSV(B) | 304.36º | 0.86% | 0.25% | - |
| XYZ | 3.03 | 1.61 | 4.43 | - |
| YUV | 31.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 60 | 0 | 0.86 | 0.06 | 0.75 | 304.36 | 0.75 | 0.14 |
| Hex | 40 | 9 | 3C | 0 | 56 | 6 | 4B | 130 | 4B | E |
| Octal | 100 | 11 | 74 | 0 | 126 | 6 | 113 | 460 | 113 | 16 |
| Binary | 1000000 | 1001 | 111100 | 0 | 1010110 | 110 | 1001011 | 100110000 | 1001011 | 1110 |
Color Harmonies of #40093C
Complementary color
Monochromatic Colors of #40093C
Black with #40093C
Text Example
Text Example
White with #40093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40093C; }
p { color: rgb(64,9,60); }
H1.HeaderClassName
{
color: #40093C;
}
.AnyTagClassName
{
color: #40093C;
}
</style>
background-color css
<style>
a { background-color: #40093C; }
a { background-color: rgb(64,9,60); }
div.DivClassName
{
background-color: #40093C;
}
.BgClassName
{
background-color: #40093C;
}
</style>
border-color css
<style>
span { border-color: #40093C; }
span { border-color: rgb(64,9,60); }
td.TdClassName
{
border-color: #40093C;
}
.TagClassName
{
border-color: #40093C;
}
</style>