Shades of Mardi Gras #41103E
Tints of Mardi Gras #41103E
RGB
CMYK
RGB Variations
Color information
#41103E (or 0x41103E) is known color: Mardi Gras. HEX triplet: 41, 10 and 3E. RGB value is (65,16,62). Sum of RGB (Red+Green+Blue) = 65+16+62=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41103E is #BEEFC1. Grayscale: #232323. Windows color (decimal): -12513218 or 4067393. OLE color: 4067393.
HSL color Cylindrical-coordinate representation of color #41103E: hue angle of 303.67º 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 #41103E is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 16 | 62 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.75 |
| HSL | 303.67º | 0.6% | 0.16% | - |
| HSV(B) | 303.67º | 0.75% | 0.25% | - |
| XYZ | 3.23 | 1.84 | 4.74 | - |
| YUV | 35.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 62 | 0 | 0.75 | 0.05 | 0.75 | 303.67 | 0.6 | 0.16 |
| Hex | 41 | 10 | 3E | 0 | 4B | 5 | 4B | 130 | 3C | 10 |
| Octal | 101 | 20 | 76 | 0 | 113 | 5 | 113 | 460 | 74 | 20 |
| Binary | 1000001 | 10000 | 111110 | 0 | 1001011 | 101 | 1001011 | 100110000 | 111100 | 10000 |
Color Harmonies of #41103E
Complementary color
Monochromatic Colors of #41103E
Black with #41103E
Text Example
Text Example
White with #41103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41103E; }
p { color: rgb(65,16,62); }
H1.HeaderClassName
{
color: #41103E;
}
.AnyTagClassName
{
color: #41103E;
}
</style>
background-color css
<style>
a { background-color: #41103E; }
a { background-color: rgb(65,16,62); }
div.DivClassName
{
background-color: #41103E;
}
.BgClassName
{
background-color: #41103E;
}
</style>
border-color css
<style>
span { border-color: #41103E; }
span { border-color: rgb(65,16,62); }
td.TdClassName
{
border-color: #41103E;
}
.TagClassName
{
border-color: #41103E;
}
</style>