Shades of Mardi Gras #41193D
Tints of Mardi Gras #41193D
RGB
CMYK
RGB Variations
Color information
#41193D (or 0x41193D) is known color: Mardi Gras. HEX triplet: 41, 19 and 3D. RGB value is (65,25,61). Sum of RGB (Red+Green+Blue) = 65+25+61=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #41193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41193D is #BEE6C2. Grayscale: #282828. Windows color (decimal): -12510915 or 4004161. OLE color: 4004161.
HSL color Cylindrical-coordinate representation of color #41193D: hue angle of 306º 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 #41193D is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 61 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.75 |
| HSL | 306º | 0.44% | 0.18% | - |
| HSV(B) | 306º | 0.62% | 0.25% | - |
| XYZ | 3.37 | 2.16 | 4.65 | - |
| YUV | 41.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 61 | 0 | 0.62 | 0.06 | 0.75 | 306 | 0.44 | 0.18 |
| Hex | 41 | 19 | 3D | 0 | 3E | 6 | 4B | 132 | 2C | 12 |
| Octal | 101 | 31 | 75 | 0 | 76 | 6 | 113 | 462 | 54 | 22 |
| Binary | 1000001 | 11001 | 111101 | 0 | 111110 | 110 | 1001011 | 100110010 | 101100 | 10010 |
Color Harmonies of #41193D
Complementary color
Monochromatic Colors of #41193D
Black with #41193D
Text Example
Text Example
White with #41193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41193D; }
p { color: rgb(65,25,61); }
H1.HeaderClassName
{
color: #41193D;
}
.AnyTagClassName
{
color: #41193D;
}
</style>
background-color css
<style>
a { background-color: #41193D; }
a { background-color: rgb(65,25,61); }
div.DivClassName
{
background-color: #41193D;
}
.BgClassName
{
background-color: #41193D;
}
</style>
border-color css
<style>
span { border-color: #41193D; }
span { border-color: rgb(65,25,61); }
td.TdClassName
{
border-color: #41193D;
}
.TagClassName
{
border-color: #41193D;
}
</style>