Shades of Mardi Gras #411D41
Tints of Mardi Gras #411D41
RGB
CMYK
RGB Variations
Color information
#411D41 (or 0x411D41) is known color: Mardi Gras. HEX triplet: 41, 1D and 41. RGB value is (65,29,65). Sum of RGB (Red+Green+Blue) = 65+29+65=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D41 is #BEE2BE. Grayscale: #2B2B2B. Windows color (decimal): -12509887 or 4267329. OLE color: 4267329.
HSL color Cylindrical-coordinate representation of color #411D41: hue angle of 300º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D41 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 29 | 65 | - |
| CMYK | 0 | 0.55 | 0 | 0.75 |
| HSL | 300º | 0.38% | 0.18% | - |
| HSV(B) | 300º | 0.55% | 0.25% | - |
| XYZ | 3.57 | 2.38 | 5.27 | - |
| YUV | 43.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 65 | 0 | 0.55 | 0 | 0.75 | 300 | 0.38 | 0.18 |
| Hex | 41 | 1D | 41 | 0 | 37 | 0 | 4B | 12C | 26 | 12 |
| Octal | 101 | 35 | 101 | 0 | 67 | 0 | 113 | 454 | 46 | 22 |
| Binary | 1000001 | 11101 | 1000001 | 0 | 110111 | 0 | 1001011 | 100101100 | 100110 | 10010 |
Color Harmonies of #411D41
Complementary color
Monochromatic Colors of #411D41
Black with #411D41
Text Example
Text Example
White with #411D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D41; }
p { color: rgb(65,29,65); }
H1.HeaderClassName
{
color: #411D41;
}
.AnyTagClassName
{
color: #411D41;
}
</style>
background-color css
<style>
a { background-color: #411D41; }
a { background-color: rgb(65,29,65); }
div.DivClassName
{
background-color: #411D41;
}
.BgClassName
{
background-color: #411D41;
}
</style>
border-color css
<style>
span { border-color: #411D41; }
span { border-color: rgb(65,29,65); }
td.TdClassName
{
border-color: #411D41;
}
.TagClassName
{
border-color: #411D41;
}
</style>