Shades of Mardi Gras #41113E
Tints of Mardi Gras #41113E
RGB
CMYK
RGB Variations
Color information
#41113E (or 0x41113E) is known color: Mardi Gras. HEX triplet: 41, 11 and 3E. RGB value is (65,17,62). Sum of RGB (Red+Green+Blue) = 65+17+62=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41113E is #BEEEC1. Grayscale: #242424. Windows color (decimal): -12512962 or 4067649. OLE color: 4067649.
HSL color Cylindrical-coordinate representation of color #41113E: hue angle of 303.75º 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 #41113E is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 17 | 62 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.75 |
| HSL | 303.75º | 0.59% | 0.16% | - |
| HSV(B) | 303.75º | 0.74% | 0.25% | - |
| XYZ | 3.25 | 1.87 | 4.75 | - |
| YUV | 36.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 62 | 0 | 0.74 | 0.05 | 0.75 | 303.75 | 0.59 | 0.16 |
| Hex | 41 | 11 | 3E | 0 | 4A | 5 | 4B | 130 | 3B | 10 |
| Octal | 101 | 21 | 76 | 0 | 112 | 5 | 113 | 460 | 73 | 20 |
| Binary | 1000001 | 10001 | 111110 | 0 | 1001010 | 101 | 1001011 | 100110000 | 111011 | 10000 |
Color Harmonies of #41113E
Complementary color
Monochromatic Colors of #41113E
Black with #41113E
Text Example
Text Example
White with #41113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41113E; }
p { color: rgb(65,17,62); }
H1.HeaderClassName
{
color: #41113E;
}
.AnyTagClassName
{
color: #41113E;
}
</style>
background-color css
<style>
a { background-color: #41113E; }
a { background-color: rgb(65,17,62); }
div.DivClassName
{
background-color: #41113E;
}
.BgClassName
{
background-color: #41113E;
}
</style>
border-color css
<style>
span { border-color: #41113E; }
span { border-color: rgb(65,17,62); }
td.TdClassName
{
border-color: #41113E;
}
.TagClassName
{
border-color: #41113E;
}
</style>