Shades of Mardi Gras #40103F
Tints of Mardi Gras #40103F
RGB
CMYK
RGB Variations
Color information
#40103F (or 0x40103F) is known color: Mardi Gras. HEX triplet: 40, 10 and 3F. RGB value is (64,16,63). Sum of RGB (Red+Green+Blue) = 64+16+63=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40103F is #BFEFC0. Grayscale: #232323. Windows color (decimal): -12578753 or 4132928. OLE color: 4132928.
HSL color Cylindrical-coordinate representation of color #40103F: hue angle of 301.25º 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 #40103F is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 63 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.75 |
| HSL | 301.25º | 0.6% | 0.16% | - |
| HSV(B) | 301.25º | 0.75% | 0.25% | - |
| XYZ | 3.2 | 1.82 | 4.89 | - |
| YUV | 35.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 63 | 0 | 0.75 | 0.02 | 0.75 | 301.25 | 0.6 | 0.16 |
| Hex | 40 | 10 | 3F | 0 | 4B | 2 | 4B | 12D | 3C | 10 |
| Octal | 100 | 20 | 77 | 0 | 113 | 2 | 113 | 455 | 74 | 20 |
| Binary | 1000000 | 10000 | 111111 | 0 | 1001011 | 10 | 1001011 | 100101101 | 111100 | 10000 |
Color Harmonies of #40103F
Complementary color
Monochromatic Colors of #40103F
Black with #40103F
Text Example
Text Example
White with #40103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40103F; }
p { color: rgb(64,16,63); }
H1.HeaderClassName
{
color: #40103F;
}
.AnyTagClassName
{
color: #40103F;
}
</style>
background-color css
<style>
a { background-color: #40103F; }
a { background-color: rgb(64,16,63); }
div.DivClassName
{
background-color: #40103F;
}
.BgClassName
{
background-color: #40103F;
}
</style>
border-color css
<style>
span { border-color: #40103F; }
span { border-color: rgb(64,16,63); }
td.TdClassName
{
border-color: #40103F;
}
.TagClassName
{
border-color: #40103F;
}
</style>