Shades of Mardi Gras #41113F
Tints of Mardi Gras #41113F
RGB
CMYK
RGB Variations
Color information
#41113F (or 0x41113F) is known color: Mardi Gras. HEX triplet: 41, 11 and 3F. RGB value is (65,17,63). Sum of RGB (Red+Green+Blue) = 65+17+63=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41113F is #BEEEC0. Grayscale: #242424. Windows color (decimal): -12512961 or 4133185. OLE color: 4133185.
HSL color Cylindrical-coordinate representation of color #41113F: hue angle of 302.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41113F is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 17 | 63 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.75 |
| HSL | 302.5º | 0.59% | 0.16% | - |
| HSV(B) | 302.5º | 0.74% | 0.25% | - |
| XYZ | 3.28 | 1.88 | 4.89 | - |
| YUV | 36.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 63 | 0 | 0.74 | 0.03 | 0.75 | 302.5 | 0.59 | 0.16 |
| Hex | 41 | 11 | 3F | 0 | 4A | 3 | 4B | 12E | 3B | 10 |
| Octal | 101 | 21 | 77 | 0 | 112 | 3 | 113 | 456 | 73 | 20 |
| Binary | 1000001 | 10001 | 111111 | 0 | 1001010 | 11 | 1001011 | 100101110 | 111011 | 10000 |
Color Harmonies of #41113F
Complementary color
Monochromatic Colors of #41113F
Black with #41113F
Text Example
Text Example
White with #41113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41113F; }
p { color: rgb(65,17,63); }
H1.HeaderClassName
{
color: #41113F;
}
.AnyTagClassName
{
color: #41113F;
}
</style>
background-color css
<style>
a { background-color: #41113F; }
a { background-color: rgb(65,17,63); }
div.DivClassName
{
background-color: #41113F;
}
.BgClassName
{
background-color: #41113F;
}
</style>
border-color css
<style>
span { border-color: #41113F; }
span { border-color: rgb(65,17,63); }
td.TdClassName
{
border-color: #41113F;
}
.TagClassName
{
border-color: #41113F;
}
</style>