Shades of Mardi Gras #41193B
Tints of Mardi Gras #41193B
RGB
CMYK
RGB Variations
Color information
#41193B (or 0x41193B) is known color: Mardi Gras. HEX triplet: 41, 19 and 3B. RGB value is (65,25,59). Sum of RGB (Red+Green+Blue) = 65+25+59=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41193B is #BEE6C4. Grayscale: #282828. Windows color (decimal): -12510917 or 3873089. OLE color: 3873089.
HSL color Cylindrical-coordinate representation of color #41193B: hue angle of 309º 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 #41193B is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 59 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.75 |
| HSL | 309º | 0.44% | 0.18% | - |
| HSV(B) | 309º | 0.62% | 0.25% | - |
| XYZ | 3.32 | 2.13 | 4.37 | - |
| YUV | 40.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 59 | 0 | 0.62 | 0.09 | 0.75 | 309 | 0.44 | 0.18 |
| Hex | 41 | 19 | 3B | 0 | 3E | 9 | 4B | 135 | 2C | 12 |
| Octal | 101 | 31 | 73 | 0 | 76 | 11 | 113 | 465 | 54 | 22 |
| Binary | 1000001 | 11001 | 111011 | 0 | 111110 | 1001 | 1001011 | 100110101 | 101100 | 10010 |
Color Harmonies of #41193B
Complementary color
Monochromatic Colors of #41193B
Black with #41193B
Text Example
Text Example
White with #41193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41193B; }
p { color: rgb(65,25,59); }
H1.HeaderClassName
{
color: #41193B;
}
.AnyTagClassName
{
color: #41193B;
}
</style>
background-color css
<style>
a { background-color: #41193B; }
a { background-color: rgb(65,25,59); }
div.DivClassName
{
background-color: #41193B;
}
.BgClassName
{
background-color: #41193B;
}
</style>
border-color css
<style>
span { border-color: #41193B; }
span { border-color: rgb(65,25,59); }
td.TdClassName
{
border-color: #41193B;
}
.TagClassName
{
border-color: #41193B;
}
</style>