Shades of Mardi Gras #411545
Tints of Mardi Gras #411545
RGB
CMYK
RGB Variations
Color information
#411545 (or 0x411545) is known color: Mardi Gras. HEX triplet: 41, 15 and 45. RGB value is (65,21,69). Sum of RGB (Red+Green+Blue) = 65+21+69=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #411545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411545 is #BEEABA. Grayscale: #272727. Windows color (decimal): -12511931 or 4527425. OLE color: 4527425.
HSL color Cylindrical-coordinate representation of color #411545: hue angle of 295º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #411545 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 21 | 69 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.73 |
| HSL | 295º | 0.53% | 0.18% | - |
| HSV(B) | 295º | 0.7% | 0.27% | - |
| XYZ | 3.52 | 2.09 | 5.85 | - |
| YUV | 39.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 69 | 0.06 | 0.70 | 0 | 0.73 | 295 | 0.53 | 0.18 |
| Hex | 41 | 15 | 45 | 6 | 46 | 0 | 49 | 127 | 35 | 12 |
| Octal | 101 | 25 | 105 | 6 | 106 | 0 | 111 | 447 | 65 | 22 |
| Binary | 1000001 | 10101 | 1000101 | 110 | 1000110 | 0 | 1001001 | 100100111 | 110101 | 10010 |
Color Harmonies of #411545
Complementary color
Monochromatic Colors of #411545
Black with #411545
Text Example
Text Example
White with #411545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411545; }
p { color: rgb(65,21,69); }
H1.HeaderClassName
{
color: #411545;
}
.AnyTagClassName
{
color: #411545;
}
</style>
background-color css
<style>
a { background-color: #411545; }
a { background-color: rgb(65,21,69); }
div.DivClassName
{
background-color: #411545;
}
.BgClassName
{
background-color: #411545;
}
</style>
border-color css
<style>
span { border-color: #411545; }
span { border-color: rgb(65,21,69); }
td.TdClassName
{
border-color: #411545;
}
.TagClassName
{
border-color: #411545;
}
</style>