Shades of Mardi Gras #411A45
Tints of Mardi Gras #411A45
RGB
CMYK
RGB Variations
Color information
#411A45 (or 0x411A45) is known color: Mardi Gras. HEX triplet: 41, 1A and 45. RGB value is (65,26,69). Sum of RGB (Red+Green+Blue) = 65+26+69=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 69 - color contains mainly: blue. Hex color #411A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A45 is #BEE5BA. Grayscale: #2A2A2A. Windows color (decimal): -12510651 or 4528705. OLE color: 4528705.
HSL color Cylindrical-coordinate representation of color #411A45: hue angle of 294.42º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411A45 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 26 | 69 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.73 |
| HSL | 294.42º | 0.45% | 0.19% | - |
| HSV(B) | 294.42º | 0.62% | 0.27% | - |
| XYZ | 3.62 | 2.29 | 5.88 | - |
| YUV | 42.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 69 | 0.06 | 0.62 | 0 | 0.73 | 294.42 | 0.45 | 0.19 |
| Hex | 41 | 1A | 45 | 6 | 3E | 0 | 49 | 126 | 2D | 13 |
| Octal | 101 | 32 | 105 | 6 | 76 | 0 | 111 | 446 | 55 | 23 |
| Binary | 1000001 | 11010 | 1000101 | 110 | 111110 | 0 | 1001001 | 100100110 | 101101 | 10011 |
Color Harmonies of #411A45
Complementary color
Monochromatic Colors of #411A45
Black with #411A45
Text Example
Text Example
White with #411A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A45; }
p { color: rgb(65,26,69); }
H1.HeaderClassName
{
color: #411A45;
}
.AnyTagClassName
{
color: #411A45;
}
</style>
background-color css
<style>
a { background-color: #411A45; }
a { background-color: rgb(65,26,69); }
div.DivClassName
{
background-color: #411A45;
}
.BgClassName
{
background-color: #411A45;
}
</style>
border-color css
<style>
span { border-color: #411A45; }
span { border-color: rgb(65,26,69); }
td.TdClassName
{
border-color: #411A45;
}
.TagClassName
{
border-color: #411A45;
}
</style>