Shades of Mardi Gras #411C3D
Tints of Mardi Gras #411C3D
RGB
CMYK
RGB Variations
Color information
#411C3D (or 0x411C3D) is known color: Mardi Gras. HEX triplet: 41, 1C and 3D. RGB value is (65,28,61). Sum of RGB (Red+Green+Blue) = 65+28+61=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #411C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C3D is #BEE3C2. Grayscale: #2A2A2A. Windows color (decimal): -12510147 or 4004929. OLE color: 4004929.
HSL color Cylindrical-coordinate representation of color #411C3D: hue angle of 306.49º 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 #411C3D is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 61 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.75 |
| HSL | 306.49º | 0.4% | 0.18% | - |
| HSV(B) | 306.49º | 0.57% | 0.25% | - |
| XYZ | 3.44 | 2.29 | 4.68 | - |
| YUV | 42.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 61 | 0 | 0.57 | 0.06 | 0.75 | 306.49 | 0.4 | 0.18 |
| Hex | 41 | 1C | 3D | 0 | 39 | 6 | 4B | 132 | 28 | 12 |
| Octal | 101 | 34 | 75 | 0 | 71 | 6 | 113 | 462 | 50 | 22 |
| Binary | 1000001 | 11100 | 111101 | 0 | 111001 | 110 | 1001011 | 100110010 | 101000 | 10010 |
Color Harmonies of #411C3D
Complementary color
Monochromatic Colors of #411C3D
Black with #411C3D
Text Example
Text Example
White with #411C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C3D; }
p { color: rgb(65,28,61); }
H1.HeaderClassName
{
color: #411C3D;
}
.AnyTagClassName
{
color: #411C3D;
}
</style>
background-color css
<style>
a { background-color: #411C3D; }
a { background-color: rgb(65,28,61); }
div.DivClassName
{
background-color: #411C3D;
}
.BgClassName
{
background-color: #411C3D;
}
</style>
border-color css
<style>
span { border-color: #411C3D; }
span { border-color: rgb(65,28,61); }
td.TdClassName
{
border-color: #411C3D;
}
.TagClassName
{
border-color: #411C3D;
}
</style>