Shades of Mardi Gras #41133E
Tints of Mardi Gras #41133E
RGB
CMYK
RGB Variations
Color information
#41133E (or 0x41133E) is known color: Mardi Gras. HEX triplet: 41, 13 and 3E. RGB value is (65,19,62). Sum of RGB (Red+Green+Blue) = 65+19+62=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41133E is #BEECC1. Grayscale: #252525. Windows color (decimal): -12512450 or 4068161. OLE color: 4068161.
HSL color Cylindrical-coordinate representation of color #41133E: hue angle of 303.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41133E is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 62 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.75 |
| HSL | 303.91º | 0.55% | 0.16% | - |
| HSV(B) | 303.91º | 0.71% | 0.25% | - |
| XYZ | 3.28 | 1.94 | 4.76 | - |
| YUV | 37.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 62 | 0 | 0.71 | 0.05 | 0.75 | 303.91 | 0.55 | 0.16 |
| Hex | 41 | 13 | 3E | 0 | 47 | 5 | 4B | 130 | 37 | 10 |
| Octal | 101 | 23 | 76 | 0 | 107 | 5 | 113 | 460 | 67 | 20 |
| Binary | 1000001 | 10011 | 111110 | 0 | 1000111 | 101 | 1001011 | 100110000 | 110111 | 10000 |
Color Harmonies of #41133E
Complementary color
Monochromatic Colors of #41133E
Black with #41133E
Text Example
Text Example
White with #41133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41133E; }
p { color: rgb(65,19,62); }
H1.HeaderClassName
{
color: #41133E;
}
.AnyTagClassName
{
color: #41133E;
}
</style>
background-color css
<style>
a { background-color: #41133E; }
a { background-color: rgb(65,19,62); }
div.DivClassName
{
background-color: #41133E;
}
.BgClassName
{
background-color: #41133E;
}
</style>
border-color css
<style>
span { border-color: #41133E; }
span { border-color: rgb(65,19,62); }
td.TdClassName
{
border-color: #41133E;
}
.TagClassName
{
border-color: #41133E;
}
</style>