Shades of Mardi Gras #411C3A
Tints of Mardi Gras #411C3A
RGB
CMYK
RGB Variations
Color information
#411C3A (or 0x411C3A) is known color: Mardi Gras. HEX triplet: 41, 1C and 3A. RGB value is (65,28,58). Sum of RGB (Red+Green+Blue) = 65+28+58=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #411C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C3A is #BEE3C5. Grayscale: #2A2A2A. Windows color (decimal): -12510150 or 3808321. OLE color: 3808321.
HSL color Cylindrical-coordinate representation of color #411C3A: hue angle of 311.35º 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 #411C3A is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 58 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.75 |
| HSL | 311.35º | 0.4% | 0.18% | - |
| HSV(B) | 311.35º | 0.57% | 0.25% | - |
| XYZ | 3.36 | 2.26 | 4.26 | - |
| YUV | 42.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 58 | 0 | 0.57 | 0.11 | 0.75 | 311.35 | 0.4 | 0.18 |
| Hex | 41 | 1C | 3A | 0 | 39 | B | 4B | 137 | 28 | 12 |
| Octal | 101 | 34 | 72 | 0 | 71 | 13 | 113 | 467 | 50 | 22 |
| Binary | 1000001 | 11100 | 111010 | 0 | 111001 | 1011 | 1001011 | 100110111 | 101000 | 10010 |
Color Harmonies of #411C3A
Complementary color
Monochromatic Colors of #411C3A
Black with #411C3A
Text Example
Text Example
White with #411C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C3A; }
p { color: rgb(65,28,58); }
H1.HeaderClassName
{
color: #411C3A;
}
.AnyTagClassName
{
color: #411C3A;
}
</style>
background-color css
<style>
a { background-color: #411C3A; }
a { background-color: rgb(65,28,58); }
div.DivClassName
{
background-color: #411C3A;
}
.BgClassName
{
background-color: #411C3A;
}
</style>
border-color css
<style>
span { border-color: #411C3A; }
span { border-color: rgb(65,28,58); }
td.TdClassName
{
border-color: #411C3A;
}
.TagClassName
{
border-color: #411C3A;
}
</style>