Shades of Mardi Gras #41133A
Tints of Mardi Gras #41133A
RGB
CMYK
RGB Variations
Color information
#41133A (or 0x41133A) is known color: Mardi Gras. HEX triplet: 41, 13 and 3A. RGB value is (65,19,58). Sum of RGB (Red+Green+Blue) = 65+19+58=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41133A is #BEECC5. Grayscale: #252525. Windows color (decimal): -12512454 or 3806017. OLE color: 3806017.
HSL color Cylindrical-coordinate representation of color #41133A: hue angle of 309.13º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41133A is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 58 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.75 |
| HSL | 309.13º | 0.55% | 0.16% | - |
| HSV(B) | 309.13º | 0.71% | 0.25% | - |
| XYZ | 3.18 | 1.9 | 4.2 | - |
| YUV | 37.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 58 | 0 | 0.71 | 0.11 | 0.75 | 309.13 | 0.55 | 0.16 |
| Hex | 41 | 13 | 3A | 0 | 47 | B | 4B | 135 | 37 | 10 |
| Octal | 101 | 23 | 72 | 0 | 107 | 13 | 113 | 465 | 67 | 20 |
| Binary | 1000001 | 10011 | 111010 | 0 | 1000111 | 1011 | 1001011 | 100110101 | 110111 | 10000 |
Color Harmonies of #41133A
Complementary color
Monochromatic Colors of #41133A
Black with #41133A
Text Example
Text Example
White with #41133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41133A; }
p { color: rgb(65,19,58); }
H1.HeaderClassName
{
color: #41133A;
}
.AnyTagClassName
{
color: #41133A;
}
</style>
background-color css
<style>
a { background-color: #41133A; }
a { background-color: rgb(65,19,58); }
div.DivClassName
{
background-color: #41133A;
}
.BgClassName
{
background-color: #41133A;
}
</style>
border-color css
<style>
span { border-color: #41133A; }
span { border-color: rgb(65,19,58); }
td.TdClassName
{
border-color: #41133A;
}
.TagClassName
{
border-color: #41133A;
}
</style>