Shades of Mardi Gras #411A3A
Tints of Mardi Gras #411A3A
RGB
CMYK
RGB Variations
Color information
#411A3A (or 0x411A3A) is known color: Mardi Gras. HEX triplet: 41, 1A and 3A. RGB value is (65,26,58). Sum of RGB (Red+Green+Blue) = 65+26+58=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #411A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A3A is #BEE5C5. Grayscale: #292929. Windows color (decimal): -12510662 or 3807809. OLE color: 3807809.
HSL color Cylindrical-coordinate representation of color #411A3A: hue angle of 310.77º 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 #411A3A is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 26 | 58 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.75 |
| HSL | 310.77º | 0.43% | 0.18% | - |
| HSV(B) | 310.77º | 0.6% | 0.25% | - |
| XYZ | 3.31 | 2.17 | 4.25 | - |
| YUV | 41.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 58 | 0 | 0.60 | 0.11 | 0.75 | 310.77 | 0.43 | 0.18 |
| Hex | 41 | 1A | 3A | 0 | 3C | B | 4B | 137 | 2B | 12 |
| Octal | 101 | 32 | 72 | 0 | 74 | 13 | 113 | 467 | 53 | 22 |
| Binary | 1000001 | 11010 | 111010 | 0 | 111100 | 1011 | 1001011 | 100110111 | 101011 | 10010 |
Color Harmonies of #411A3A
Complementary color
Monochromatic Colors of #411A3A
Black with #411A3A
Text Example
Text Example
White with #411A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A3A; }
p { color: rgb(65,26,58); }
H1.HeaderClassName
{
color: #411A3A;
}
.AnyTagClassName
{
color: #411A3A;
}
</style>
background-color css
<style>
a { background-color: #411A3A; }
a { background-color: rgb(65,26,58); }
div.DivClassName
{
background-color: #411A3A;
}
.BgClassName
{
background-color: #411A3A;
}
</style>
border-color css
<style>
span { border-color: #411A3A; }
span { border-color: rgb(65,26,58); }
td.TdClassName
{
border-color: #411A3A;
}
.TagClassName
{
border-color: #411A3A;
}
</style>