Shades of Mardi Gras #41193E
Tints of Mardi Gras #41193E
RGB
CMYK
RGB Variations
Color information
#41193E (or 0x41193E) is known color: Mardi Gras. HEX triplet: 41, 19 and 3E. RGB value is (65,25,62). Sum of RGB (Red+Green+Blue) = 65+25+62=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #41193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41193E is #BEE6C1. Grayscale: #292929. Windows color (decimal): -12510914 or 4069697. OLE color: 4069697.
HSL color Cylindrical-coordinate representation of color #41193E: hue angle of 304.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41193E is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 62 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.75 |
| HSL | 304.5º | 0.44% | 0.18% | - |
| HSV(B) | 304.5º | 0.62% | 0.25% | - |
| XYZ | 3.4 | 2.17 | 4.8 | - |
| YUV | 41.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 62 | 0 | 0.62 | 0.05 | 0.75 | 304.5 | 0.44 | 0.18 |
| Hex | 41 | 19 | 3E | 0 | 3E | 5 | 4B | 130 | 2C | 12 |
| Octal | 101 | 31 | 76 | 0 | 76 | 5 | 113 | 460 | 54 | 22 |
| Binary | 1000001 | 11001 | 111110 | 0 | 111110 | 101 | 1001011 | 100110000 | 101100 | 10010 |
Color Harmonies of #41193E
Complementary color
Monochromatic Colors of #41193E
Black with #41193E
Text Example
Text Example
White with #41193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41193E; }
p { color: rgb(65,25,62); }
H1.HeaderClassName
{
color: #41193E;
}
.AnyTagClassName
{
color: #41193E;
}
</style>
background-color css
<style>
a { background-color: #41193E; }
a { background-color: rgb(65,25,62); }
div.DivClassName
{
background-color: #41193E;
}
.BgClassName
{
background-color: #41193E;
}
</style>
border-color css
<style>
span { border-color: #41193E; }
span { border-color: rgb(65,25,62); }
td.TdClassName
{
border-color: #41193E;
}
.TagClassName
{
border-color: #41193E;
}
</style>