Shades of Mardi Gras #411A3C
Tints of Mardi Gras #411A3C
RGB
CMYK
RGB Variations
Color information
#411A3C (or 0x411A3C) is known color: Mardi Gras. HEX triplet: 41, 1A and 3C. RGB value is (65,26,60). Sum of RGB (Red+Green+Blue) = 65+26+60=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #411A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A3C is #BEE5C3. Grayscale: #292929. Windows color (decimal): -12510660 or 3938881. OLE color: 3938881.
HSL color Cylindrical-coordinate representation of color #411A3C: hue angle of 307.69º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #411A3C is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 26 | 60 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.75 |
| HSL | 307.69º | 0.43% | 0.18% | - |
| HSV(B) | 307.69º | 0.6% | 0.25% | - |
| XYZ | 3.36 | 2.19 | 4.52 | - |
| YUV | 41.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 60 | 0 | 0.60 | 0.08 | 0.75 | 307.69 | 0.43 | 0.18 |
| Hex | 41 | 1A | 3C | 0 | 3C | 8 | 4B | 134 | 2B | 12 |
| Octal | 101 | 32 | 74 | 0 | 74 | 10 | 113 | 464 | 53 | 22 |
| Binary | 1000001 | 11010 | 111100 | 0 | 111100 | 1000 | 1001011 | 100110100 | 101011 | 10010 |
Color Harmonies of #411A3C
Complementary color
Monochromatic Colors of #411A3C
Black with #411A3C
Text Example
Text Example
White with #411A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A3C; }
p { color: rgb(65,26,60); }
H1.HeaderClassName
{
color: #411A3C;
}
.AnyTagClassName
{
color: #411A3C;
}
</style>
background-color css
<style>
a { background-color: #411A3C; }
a { background-color: rgb(65,26,60); }
div.DivClassName
{
background-color: #411A3C;
}
.BgClassName
{
background-color: #411A3C;
}
</style>
border-color css
<style>
span { border-color: #411A3C; }
span { border-color: rgb(65,26,60); }
td.TdClassName
{
border-color: #411A3C;
}
.TagClassName
{
border-color: #411A3C;
}
</style>