Shades of Mardi Gras #410E40
Tints of Mardi Gras #410E40
RGB
CMYK
RGB Variations
Color information
#410E40 (or 0x410E40) is known color: Mardi Gras. HEX triplet: 41, 0E and 40. RGB value is (65,14,64). Sum of RGB (Red+Green+Blue) = 65+14+64=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #410E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E40 is #BEF1BF. Grayscale: #222222. Windows color (decimal): -12513728 or 4197953. OLE color: 4197953.
HSL color Cylindrical-coordinate representation of color #410E40: hue angle of 301.18º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E40 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 14 | 64 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.75 |
| HSL | 301.18º | 0.65% | 0.15% | - |
| HSV(B) | 301.18º | 0.78% | 0.25% | - |
| XYZ | 3.26 | 1.81 | 5.03 | - |
| YUV | 34.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 64 | 0 | 0.78 | 0.02 | 0.75 | 301.18 | 0.65 | 0.15 |
| Hex | 41 | E | 40 | 0 | 4E | 2 | 4B | 12D | 41 | F |
| Octal | 101 | 16 | 100 | 0 | 116 | 2 | 113 | 455 | 101 | 17 |
| Binary | 1000001 | 1110 | 1000000 | 0 | 1001110 | 10 | 1001011 | 100101101 | 1000001 | 1111 |
Color Harmonies of #410E40
Complementary color
Monochromatic Colors of #410E40
Black with #410E40
Text Example
Text Example
White with #410E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E40; }
p { color: rgb(65,14,64); }
H1.HeaderClassName
{
color: #410E40;
}
.AnyTagClassName
{
color: #410E40;
}
</style>
background-color css
<style>
a { background-color: #410E40; }
a { background-color: rgb(65,14,64); }
div.DivClassName
{
background-color: #410E40;
}
.BgClassName
{
background-color: #410E40;
}
</style>
border-color css
<style>
span { border-color: #410E40; }
span { border-color: rgb(65,14,64); }
td.TdClassName
{
border-color: #410E40;
}
.TagClassName
{
border-color: #410E40;
}
</style>