Shades of Mardi Gras #41053A
Tints of Mardi Gras #41053A
RGB
CMYK
RGB Variations
Color information
#41053A (or 0x41053A) is known color: Mardi Gras. HEX triplet: 41, 05 and 3A. RGB value is (65,5,58). Sum of RGB (Red+Green+Blue) = 65+5+58=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41053A is #BEFAC5. Grayscale: #1C1C1C. Windows color (decimal): -12516038 or 3802433. OLE color: 3802433.
HSL color Cylindrical-coordinate representation of color #41053A: hue angle of 307º 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 #41053A is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 58 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.75 |
| HSL | 307º | 0.86% | 0.14% | - |
| HSV(B) | 307º | 0.92% | 0.25% | - |
| XYZ | 3 | 1.54 | 4.14 | - |
| YUV | 28.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 58 | 0 | 0.92 | 0.11 | 0.75 | 307 | 0.86 | 0.14 |
| Hex | 41 | 5 | 3A | 0 | 5C | B | 4B | 133 | 56 | E |
| Octal | 101 | 5 | 72 | 0 | 134 | 13 | 113 | 463 | 126 | 16 |
| Binary | 1000001 | 101 | 111010 | 0 | 1011100 | 1011 | 1001011 | 100110011 | 1010110 | 1110 |
Color Harmonies of #41053A
Complementary color
Monochromatic Colors of #41053A
Black with #41053A
Text Example
Text Example
White with #41053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41053A; }
p { color: rgb(65,5,58); }
H1.HeaderClassName
{
color: #41053A;
}
.AnyTagClassName
{
color: #41053A;
}
</style>
background-color css
<style>
a { background-color: #41053A; }
a { background-color: rgb(65,5,58); }
div.DivClassName
{
background-color: #41053A;
}
.BgClassName
{
background-color: #41053A;
}
</style>
border-color css
<style>
span { border-color: #41053A; }
span { border-color: rgb(65,5,58); }
td.TdClassName
{
border-color: #41053A;
}
.TagClassName
{
border-color: #41053A;
}
</style>