Shades of Mardi Gras #41083E
Tints of Mardi Gras #41083E
RGB
CMYK
RGB Variations
Color information
#41083E (or 0x41083E) is known color: Mardi Gras. HEX triplet: 41, 08 and 3E. RGB value is (65,8,62). Sum of RGB (Red+Green+Blue) = 65+8+62=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41083E is #BEF7C1. Grayscale: #1F1F1F. Windows color (decimal): -12515266 or 4065345. OLE color: 4065345.
HSL color Cylindrical-coordinate representation of color #41083E: hue angle of 303.16º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41083E is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 8 | 62 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.75 |
| HSL | 303.16º | 0.78% | 0.14% | - |
| HSV(B) | 303.16º | 0.88% | 0.25% | - |
| XYZ | 3.14 | 1.65 | 4.71 | - |
| YUV | 31.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 62 | 0 | 0.88 | 0.05 | 0.75 | 303.16 | 0.78 | 0.14 |
| Hex | 41 | 8 | 3E | 0 | 58 | 5 | 4B | 12F | 4E | E |
| Octal | 101 | 10 | 76 | 0 | 130 | 5 | 113 | 457 | 116 | 16 |
| Binary | 1000001 | 1000 | 111110 | 0 | 1011000 | 101 | 1001011 | 100101111 | 1001110 | 1110 |
Color Harmonies of #41083E
Complementary color
Monochromatic Colors of #41083E
Black with #41083E
Text Example
Text Example
White with #41083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41083E; }
p { color: rgb(65,8,62); }
H1.HeaderClassName
{
color: #41083E;
}
.AnyTagClassName
{
color: #41083E;
}
</style>
background-color css
<style>
a { background-color: #41083E; }
a { background-color: rgb(65,8,62); }
div.DivClassName
{
background-color: #41083E;
}
.BgClassName
{
background-color: #41083E;
}
</style>
border-color css
<style>
span { border-color: #41083E; }
span { border-color: rgb(65,8,62); }
td.TdClassName
{
border-color: #41083E;
}
.TagClassName
{
border-color: #41083E;
}
</style>