Shades of Mardi Gras #41183F
Tints of Mardi Gras #41183F
RGB
CMYK
RGB Variations
Color information
#41183F (or 0x41183F) is known color: Mardi Gras. HEX triplet: 41, 18 and 3F. RGB value is (65,24,63). Sum of RGB (Red+Green+Blue) = 65+24+63=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #41183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41183F is #BEE7C0. Grayscale: #282828. Windows color (decimal): -12511169 or 4134977. OLE color: 4134977.
HSL color Cylindrical-coordinate representation of color #41183F: hue angle of 302.93º 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 #41183F is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 24 | 63 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.75 |
| HSL | 302.93º | 0.46% | 0.17% | - |
| HSV(B) | 302.93º | 0.63% | 0.25% | - |
| XYZ | 3.4 | 2.14 | 4.94 | - |
| YUV | 40.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 63 | 0 | 0.63 | 0.03 | 0.75 | 302.93 | 0.46 | 0.17 |
| Hex | 41 | 18 | 3F | 0 | 3F | 3 | 4B | 12F | 2E | 11 |
| Octal | 101 | 30 | 77 | 0 | 77 | 3 | 113 | 457 | 56 | 21 |
| Binary | 1000001 | 11000 | 111111 | 0 | 111111 | 11 | 1001011 | 100101111 | 101110 | 10001 |
Color Harmonies of #41183F
Complementary color
Monochromatic Colors of #41183F
Black with #41183F
Text Example
Text Example
White with #41183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41183F; }
p { color: rgb(65,24,63); }
H1.HeaderClassName
{
color: #41183F;
}
.AnyTagClassName
{
color: #41183F;
}
</style>
background-color css
<style>
a { background-color: #41183F; }
a { background-color: rgb(65,24,63); }
div.DivClassName
{
background-color: #41183F;
}
.BgClassName
{
background-color: #41183F;
}
</style>
border-color css
<style>
span { border-color: #41183F; }
span { border-color: rgb(65,24,63); }
td.TdClassName
{
border-color: #41183F;
}
.TagClassName
{
border-color: #41183F;
}
</style>