Shades of Mardi Gras #41093E
Tints of Mardi Gras #41093E
RGB
CMYK
RGB Variations
Color information
#41093E (or 0x41093E) is known color: Mardi Gras. HEX triplet: 41, 09 and 3E. RGB value is (65,9,62). Sum of RGB (Red+Green+Blue) = 65+9+62=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #41093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41093E is #BEF6C1. Grayscale: #1F1F1F. Windows color (decimal): -12515010 or 4065601. OLE color: 4065601.
HSL color Cylindrical-coordinate representation of color #41093E: hue angle of 303.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41093E is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 62 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.75 |
| HSL | 303.21º | 0.76% | 0.15% | - |
| HSV(B) | 303.21º | 0.86% | 0.25% | - |
| XYZ | 3.15 | 1.67 | 4.71 | - |
| YUV | 31.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 62 | 0 | 0.86 | 0.05 | 0.75 | 303.21 | 0.76 | 0.15 |
| Hex | 41 | 9 | 3E | 0 | 56 | 5 | 4B | 12F | 4C | F |
| Octal | 101 | 11 | 76 | 0 | 126 | 5 | 113 | 457 | 114 | 17 |
| Binary | 1000001 | 1001 | 111110 | 0 | 1010110 | 101 | 1001011 | 100101111 | 1001100 | 1111 |
Color Harmonies of #41093E
Complementary color
Monochromatic Colors of #41093E
Black with #41093E
Text Example
Text Example
White with #41093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41093E; }
p { color: rgb(65,9,62); }
H1.HeaderClassName
{
color: #41093E;
}
.AnyTagClassName
{
color: #41093E;
}
</style>
background-color css
<style>
a { background-color: #41093E; }
a { background-color: rgb(65,9,62); }
div.DivClassName
{
background-color: #41093E;
}
.BgClassName
{
background-color: #41093E;
}
</style>
border-color css
<style>
span { border-color: #41093E; }
span { border-color: rgb(65,9,62); }
td.TdClassName
{
border-color: #41093E;
}
.TagClassName
{
border-color: #41093E;
}
</style>