Shades of Mardi Gras #41053F
Tints of Mardi Gras #41053F
RGB
CMYK
RGB Variations
Color information
#41053F (or 0x41053F) is known color: Mardi Gras. HEX triplet: 41, 05 and 3F. RGB value is (65,5,63). Sum of RGB (Red+Green+Blue) = 65+5+63=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41053F is #BEFAC0. Grayscale: #1D1D1D. Windows color (decimal): -12516033 or 4130113. OLE color: 4130113.
HSL color Cylindrical-coordinate representation of color #41053F: hue angle of 302º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41053F is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 63 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.75 |
| HSL | 302º | 0.86% | 0.14% | - |
| HSV(B) | 302º | 0.92% | 0.25% | - |
| XYZ | 3.13 | 1.59 | 4.84 | - |
| YUV | 29.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 63 | 0 | 0.92 | 0.03 | 0.75 | 302 | 0.86 | 0.14 |
| Hex | 41 | 5 | 3F | 0 | 5C | 3 | 4B | 12E | 56 | E |
| Octal | 101 | 5 | 77 | 0 | 134 | 3 | 113 | 456 | 126 | 16 |
| Binary | 1000001 | 101 | 111111 | 0 | 1011100 | 11 | 1001011 | 100101110 | 1010110 | 1110 |
Color Harmonies of #41053F
Complementary color
Monochromatic Colors of #41053F
Black with #41053F
Text Example
Text Example
White with #41053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41053F; }
p { color: rgb(65,5,63); }
H1.HeaderClassName
{
color: #41053F;
}
.AnyTagClassName
{
color: #41053F;
}
</style>
background-color css
<style>
a { background-color: #41053F; }
a { background-color: rgb(65,5,63); }
div.DivClassName
{
background-color: #41053F;
}
.BgClassName
{
background-color: #41053F;
}
</style>
border-color css
<style>
span { border-color: #41053F; }
span { border-color: rgb(65,5,63); }
td.TdClassName
{
border-color: #41053F;
}
.TagClassName
{
border-color: #41053F;
}
</style>