Shades of Mardi Gras #41183E
Tints of Mardi Gras #41183E
RGB
CMYK
RGB Variations
Color information
#41183E (or 0x41183E) is known color: Mardi Gras. HEX triplet: 41, 18 and 3E. RGB value is (65,24,62). Sum of RGB (Red+Green+Blue) = 65+24+62=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #41183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41183E is #BEE7C1. Grayscale: #282828. Windows color (decimal): -12511170 or 4069441. OLE color: 4069441.
HSL color Cylindrical-coordinate representation of color #41183E: hue angle of 304.39º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41183E is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 24 | 62 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.75 |
| HSL | 304.39º | 0.46% | 0.17% | - |
| HSV(B) | 304.39º | 0.63% | 0.25% | - |
| XYZ | 3.38 | 2.12 | 4.79 | - |
| YUV | 40.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 62 | 0 | 0.63 | 0.05 | 0.75 | 304.39 | 0.46 | 0.17 |
| Hex | 41 | 18 | 3E | 0 | 3F | 5 | 4B | 130 | 2E | 11 |
| Octal | 101 | 30 | 76 | 0 | 77 | 5 | 113 | 460 | 56 | 21 |
| Binary | 1000001 | 11000 | 111110 | 0 | 111111 | 101 | 1001011 | 100110000 | 101110 | 10001 |
Color Harmonies of #41183E
Complementary color
Monochromatic Colors of #41183E
Black with #41183E
Text Example
Text Example
White with #41183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41183E; }
p { color: rgb(65,24,62); }
H1.HeaderClassName
{
color: #41183E;
}
.AnyTagClassName
{
color: #41183E;
}
</style>
background-color css
<style>
a { background-color: #41183E; }
a { background-color: rgb(65,24,62); }
div.DivClassName
{
background-color: #41183E;
}
.BgClassName
{
background-color: #41183E;
}
</style>
border-color css
<style>
span { border-color: #41183E; }
span { border-color: rgb(65,24,62); }
td.TdClassName
{
border-color: #41183E;
}
.TagClassName
{
border-color: #41183E;
}
</style>