Shades of Mardi Gras #411F3C
Tints of Mardi Gras #411F3C
RGB
CMYK
RGB Variations
Color information
#411F3C (or 0x411F3C) is known color: Mardi Gras. HEX triplet: 41, 1F and 3C. RGB value is (65,31,60). Sum of RGB (Red+Green+Blue) = 65+31+60=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #411F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F3C is #BEE0C3. Grayscale: #2C2C2C. Windows color (decimal): -12509380 or 3940161. OLE color: 3940161.
HSL color Cylindrical-coordinate representation of color #411F3C: hue angle of 308.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F3C is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 60 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.75 |
| HSL | 308.82º | 0.35% | 0.19% | - |
| HSV(B) | 308.82º | 0.52% | 0.25% | - |
| XYZ | 3.49 | 2.43 | 4.56 | - |
| YUV | 44.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 60 | 0 | 0.52 | 0.08 | 0.75 | 308.82 | 0.35 | 0.19 |
| Hex | 41 | 1F | 3C | 0 | 34 | 8 | 4B | 135 | 23 | 13 |
| Octal | 101 | 37 | 74 | 0 | 64 | 10 | 113 | 465 | 43 | 23 |
| Binary | 1000001 | 11111 | 111100 | 0 | 110100 | 1000 | 1001011 | 100110101 | 100011 | 10011 |
Color Harmonies of #411F3C
Complementary color
Monochromatic Colors of #411F3C
Black with #411F3C
Text Example
Text Example
White with #411F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F3C; }
p { color: rgb(65,31,60); }
H1.HeaderClassName
{
color: #411F3C;
}
.AnyTagClassName
{
color: #411F3C;
}
</style>
background-color css
<style>
a { background-color: #411F3C; }
a { background-color: rgb(65,31,60); }
div.DivClassName
{
background-color: #411F3C;
}
.BgClassName
{
background-color: #411F3C;
}
</style>
border-color css
<style>
span { border-color: #411F3C; }
span { border-color: rgb(65,31,60); }
td.TdClassName
{
border-color: #411F3C;
}
.TagClassName
{
border-color: #411F3C;
}
</style>