Shades of Mardi Gras #40103A
Tints of Mardi Gras #40103A
RGB
CMYK
RGB Variations
Color information
#40103A (or 0x40103A) is known color: Mardi Gras. HEX triplet: 40, 10 and 3A. RGB value is (64,16,58). Sum of RGB (Red+Green+Blue) = 64+16+58=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #40103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40103A is #BFEFC5. Grayscale: #232323. Windows color (decimal): -12578758 or 3805248. OLE color: 3805248.
HSL color Cylindrical-coordinate representation of color #40103A: hue angle of 307.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40103A is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 58 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.75 |
| HSL | 307.5º | 0.6% | 0.16% | - |
| HSV(B) | 307.5º | 0.75% | 0.25% | - |
| XYZ | 3.06 | 1.77 | 4.18 | - |
| YUV | 35.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 58 | 0 | 0.75 | 0.09 | 0.75 | 307.5 | 0.6 | 0.16 |
| Hex | 40 | 10 | 3A | 0 | 4B | 9 | 4B | 134 | 3C | 10 |
| Octal | 100 | 20 | 72 | 0 | 113 | 11 | 113 | 464 | 74 | 20 |
| Binary | 1000000 | 10000 | 111010 | 0 | 1001011 | 1001 | 1001011 | 100110100 | 111100 | 10000 |
Color Harmonies of #40103A
Complementary color
Monochromatic Colors of #40103A
Black with #40103A
Text Example
Text Example
White with #40103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40103A; }
p { color: rgb(64,16,58); }
H1.HeaderClassName
{
color: #40103A;
}
.AnyTagClassName
{
color: #40103A;
}
</style>
background-color css
<style>
a { background-color: #40103A; }
a { background-color: rgb(64,16,58); }
div.DivClassName
{
background-color: #40103A;
}
.BgClassName
{
background-color: #40103A;
}
</style>
border-color css
<style>
span { border-color: #40103A; }
span { border-color: rgb(64,16,58); }
td.TdClassName
{
border-color: #40103A;
}
.TagClassName
{
border-color: #40103A;
}
</style>