Shades of Mardi Gras #41143A
Tints of Mardi Gras #41143A
RGB
CMYK
RGB Variations
Color information
#41143A (or 0x41143A) is known color: Mardi Gras. HEX triplet: 41, 14 and 3A. RGB value is (65,20,58). Sum of RGB (Red+Green+Blue) = 65+20+58=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41143A is #BEEBC5. Grayscale: #252525. Windows color (decimal): -12512198 or 3806273. OLE color: 3806273.
HSL color Cylindrical-coordinate representation of color #41143A: hue angle of 309.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41143A is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 20 | 58 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.75 |
| HSL | 309.33º | 0.53% | 0.17% | - |
| HSV(B) | 309.33º | 0.69% | 0.25% | - |
| XYZ | 3.19 | 1.93 | 4.21 | - |
| YUV | 37.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 58 | 0 | 0.69 | 0.11 | 0.75 | 309.33 | 0.53 | 0.17 |
| Hex | 41 | 14 | 3A | 0 | 45 | B | 4B | 135 | 35 | 11 |
| Octal | 101 | 24 | 72 | 0 | 105 | 13 | 113 | 465 | 65 | 21 |
| Binary | 1000001 | 10100 | 111010 | 0 | 1000101 | 1011 | 1001011 | 100110101 | 110101 | 10001 |
Color Harmonies of #41143A
Complementary color
Monochromatic Colors of #41143A
Black with #41143A
Text Example
Text Example
White with #41143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41143A; }
p { color: rgb(65,20,58); }
H1.HeaderClassName
{
color: #41143A;
}
.AnyTagClassName
{
color: #41143A;
}
</style>
background-color css
<style>
a { background-color: #41143A; }
a { background-color: rgb(65,20,58); }
div.DivClassName
{
background-color: #41143A;
}
.BgClassName
{
background-color: #41143A;
}
</style>
border-color css
<style>
span { border-color: #41143A; }
span { border-color: rgb(65,20,58); }
td.TdClassName
{
border-color: #41143A;
}
.TagClassName
{
border-color: #41143A;
}
</style>