Shades of Mardi Gras #41103C
Tints of Mardi Gras #41103C
RGB
CMYK
RGB Variations
Color information
#41103C (or 0x41103C) is known color: Mardi Gras. HEX triplet: 41, 10 and 3C. RGB value is (65,16,60). Sum of RGB (Red+Green+Blue) = 65+16+60=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41103C is #BEEFC3. Grayscale: #232323. Windows color (decimal): -12513220 or 3936321. OLE color: 3936321.
HSL color Cylindrical-coordinate representation of color #41103C: hue angle of 306.12º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41103C is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 16 | 60 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.75 |
| HSL | 306.12º | 0.6% | 0.16% | - |
| HSV(B) | 306.12º | 0.75% | 0.25% | - |
| XYZ | 3.18 | 1.82 | 4.46 | - |
| YUV | 35.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 60 | 0 | 0.75 | 0.08 | 0.75 | 306.12 | 0.6 | 0.16 |
| Hex | 41 | 10 | 3C | 0 | 4B | 8 | 4B | 132 | 3C | 10 |
| Octal | 101 | 20 | 74 | 0 | 113 | 10 | 113 | 462 | 74 | 20 |
| Binary | 1000001 | 10000 | 111100 | 0 | 1001011 | 1000 | 1001011 | 100110010 | 111100 | 10000 |
Color Harmonies of #41103C
Complementary color
Monochromatic Colors of #41103C
Black with #41103C
Text Example
Text Example
White with #41103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41103C; }
p { color: rgb(65,16,60); }
H1.HeaderClassName
{
color: #41103C;
}
.AnyTagClassName
{
color: #41103C;
}
</style>
background-color css
<style>
a { background-color: #41103C; }
a { background-color: rgb(65,16,60); }
div.DivClassName
{
background-color: #41103C;
}
.BgClassName
{
background-color: #41103C;
}
</style>
border-color css
<style>
span { border-color: #41103C; }
span { border-color: rgb(65,16,60); }
td.TdClassName
{
border-color: #41103C;
}
.TagClassName
{
border-color: #41103C;
}
</style>