Shades of Mardi Gras #411C3E
Tints of Mardi Gras #411C3E
RGB
CMYK
RGB Variations
Color information
#411C3E (or 0x411C3E) is known color: Mardi Gras. HEX triplet: 41, 1C and 3E. RGB value is (65,28,62). Sum of RGB (Red+Green+Blue) = 65+28+62=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #411C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C3E is #BEE3C1. Grayscale: #2A2A2A. Windows color (decimal): -12510146 or 4070465. OLE color: 4070465.
HSL color Cylindrical-coordinate representation of color #411C3E: hue angle of 304.86º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C3E is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 62 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.75 |
| HSL | 304.86º | 0.4% | 0.18% | - |
| HSV(B) | 304.86º | 0.57% | 0.25% | - |
| XYZ | 3.46 | 2.3 | 4.82 | - |
| YUV | 42.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 62 | 0 | 0.57 | 0.05 | 0.75 | 304.86 | 0.4 | 0.18 |
| Hex | 41 | 1C | 3E | 0 | 39 | 5 | 4B | 131 | 28 | 12 |
| Octal | 101 | 34 | 76 | 0 | 71 | 5 | 113 | 461 | 50 | 22 |
| Binary | 1000001 | 11100 | 111110 | 0 | 111001 | 101 | 1001011 | 100110001 | 101000 | 10010 |
Color Harmonies of #411C3E
Complementary color
Monochromatic Colors of #411C3E
Black with #411C3E
Text Example
Text Example
White with #411C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C3E; }
p { color: rgb(65,28,62); }
H1.HeaderClassName
{
color: #411C3E;
}
.AnyTagClassName
{
color: #411C3E;
}
</style>
background-color css
<style>
a { background-color: #411C3E; }
a { background-color: rgb(65,28,62); }
div.DivClassName
{
background-color: #411C3E;
}
.BgClassName
{
background-color: #411C3E;
}
</style>
border-color css
<style>
span { border-color: #411C3E; }
span { border-color: rgb(65,28,62); }
td.TdClassName
{
border-color: #411C3E;
}
.TagClassName
{
border-color: #411C3E;
}
</style>