Shades of Mardi Gras #411F3D
Tints of Mardi Gras #411F3D
RGB
CMYK
RGB Variations
Color information
#411F3D (or 0x411F3D) is known color: Mardi Gras. HEX triplet: 41, 1F and 3D. RGB value is (65,31,61). Sum of RGB (Red+Green+Blue) = 65+31+61=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #411F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F3D is #BEE0C2. Grayscale: #2C2C2C. Windows color (decimal): -12509379 or 4005697. OLE color: 4005697.
HSL color Cylindrical-coordinate representation of color #411F3D: hue angle of 307.06º 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 #411F3D is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 61 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.75 |
| HSL | 307.06º | 0.35% | 0.19% | - |
| HSV(B) | 307.06º | 0.52% | 0.25% | - |
| XYZ | 3.51 | 2.44 | 4.7 | - |
| YUV | 44.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 61 | 0 | 0.52 | 0.06 | 0.75 | 307.06 | 0.35 | 0.19 |
| Hex | 41 | 1F | 3D | 0 | 34 | 6 | 4B | 133 | 23 | 13 |
| Octal | 101 | 37 | 75 | 0 | 64 | 6 | 113 | 463 | 43 | 23 |
| Binary | 1000001 | 11111 | 111101 | 0 | 110100 | 110 | 1001011 | 100110011 | 100011 | 10011 |
Color Harmonies of #411F3D
Complementary color
Monochromatic Colors of #411F3D
Black with #411F3D
Text Example
Text Example
White with #411F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F3D; }
p { color: rgb(65,31,61); }
H1.HeaderClassName
{
color: #411F3D;
}
.AnyTagClassName
{
color: #411F3D;
}
</style>
background-color css
<style>
a { background-color: #411F3D; }
a { background-color: rgb(65,31,61); }
div.DivClassName
{
background-color: #411F3D;
}
.BgClassName
{
background-color: #411F3D;
}
</style>
border-color css
<style>
span { border-color: #411F3D; }
span { border-color: rgb(65,31,61); }
td.TdClassName
{
border-color: #411F3D;
}
.TagClassName
{
border-color: #411F3D;
}
</style>