Shades of Mardi Gras #411640
Tints of Mardi Gras #411640
RGB
CMYK
RGB Variations
Color information
#411640 (or 0x411640) is known color: Mardi Gras. HEX triplet: 41, 16 and 40. RGB value is (65,22,64). Sum of RGB (Red+Green+Blue) = 65+22+64=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #411640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411640 is #BEE9BF. Grayscale: #272727. Windows color (decimal): -12511680 or 4200001. OLE color: 4200001.
HSL color Cylindrical-coordinate representation of color #411640: hue angle of 301.4º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #411640 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 22 | 64 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.75 |
| HSL | 301.4º | 0.49% | 0.17% | - |
| HSV(B) | 301.4º | 0.66% | 0.25% | - |
| XYZ | 3.39 | 2.07 | 5.07 | - |
| YUV | 39.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 64 | 0 | 0.66 | 0.02 | 0.75 | 301.4 | 0.49 | 0.17 |
| Hex | 41 | 16 | 40 | 0 | 42 | 2 | 4B | 12D | 31 | 11 |
| Octal | 101 | 26 | 100 | 0 | 102 | 2 | 113 | 455 | 61 | 21 |
| Binary | 1000001 | 10110 | 1000000 | 0 | 1000010 | 10 | 1001011 | 100101101 | 110001 | 10001 |
Color Harmonies of #411640
Complementary color
Monochromatic Colors of #411640
Black with #411640
Text Example
Text Example
White with #411640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411640; }
p { color: rgb(65,22,64); }
H1.HeaderClassName
{
color: #411640;
}
.AnyTagClassName
{
color: #411640;
}
</style>
background-color css
<style>
a { background-color: #411640; }
a { background-color: rgb(65,22,64); }
div.DivClassName
{
background-color: #411640;
}
.BgClassName
{
background-color: #411640;
}
</style>
border-color css
<style>
span { border-color: #411640; }
span { border-color: rgb(65,22,64); }
td.TdClassName
{
border-color: #411640;
}
.TagClassName
{
border-color: #411640;
}
</style>