Shades of Mardi Gras #41073F
Tints of Mardi Gras #41073F
RGB
CMYK
RGB Variations
Color information
#41073F (or 0x41073F) is known color: Mardi Gras. HEX triplet: 41, 07 and 3F. RGB value is (65,7,63). Sum of RGB (Red+Green+Blue) = 65+7+63=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41073F is #BEF8C0. Grayscale: #1E1E1E. Windows color (decimal): -12515521 or 4130625. OLE color: 4130625.
HSL color Cylindrical-coordinate representation of color #41073F: hue angle of 302.07º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41073F is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 63 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.75 |
| HSL | 302.07º | 0.81% | 0.14% | - |
| HSV(B) | 302.07º | 0.89% | 0.25% | - |
| XYZ | 3.15 | 1.63 | 4.85 | - |
| YUV | 30.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 63 | 0 | 0.89 | 0.03 | 0.75 | 302.07 | 0.81 | 0.14 |
| Hex | 41 | 7 | 3F | 0 | 59 | 3 | 4B | 12E | 51 | E |
| Octal | 101 | 7 | 77 | 0 | 131 | 3 | 113 | 456 | 121 | 16 |
| Binary | 1000001 | 111 | 111111 | 0 | 1011001 | 11 | 1001011 | 100101110 | 1010001 | 1110 |
Color Harmonies of #41073F
Complementary color
Monochromatic Colors of #41073F
Black with #41073F
Text Example
Text Example
White with #41073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41073F; }
p { color: rgb(65,7,63); }
H1.HeaderClassName
{
color: #41073F;
}
.AnyTagClassName
{
color: #41073F;
}
</style>
background-color css
<style>
a { background-color: #41073F; }
a { background-color: rgb(65,7,63); }
div.DivClassName
{
background-color: #41073F;
}
.BgClassName
{
background-color: #41073F;
}
</style>
border-color css
<style>
span { border-color: #41073F; }
span { border-color: rgb(65,7,63); }
td.TdClassName
{
border-color: #41073F;
}
.TagClassName
{
border-color: #41073F;
}
</style>