Shades of Mardi Gras #41183D
Tints of Mardi Gras #41183D
RGB
CMYK
RGB Variations
Color information
#41183D (or 0x41183D) is known color: Mardi Gras. HEX triplet: 41, 18 and 3D. RGB value is (65,24,61). Sum of RGB (Red+Green+Blue) = 65+24+61=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #41183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41183D is #BEE7C2. Grayscale: #282828. Windows color (decimal): -12511171 or 4003905. OLE color: 4003905.
HSL color Cylindrical-coordinate representation of color #41183D: hue angle of 305.85º 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 #41183D is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 24 | 61 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.75 |
| HSL | 305.85º | 0.46% | 0.17% | - |
| HSV(B) | 305.85º | 0.63% | 0.25% | - |
| XYZ | 3.35 | 2.11 | 4.65 | - |
| YUV | 40.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 61 | 0 | 0.63 | 0.06 | 0.75 | 305.85 | 0.46 | 0.17 |
| Hex | 41 | 18 | 3D | 0 | 3F | 6 | 4B | 132 | 2E | 11 |
| Octal | 101 | 30 | 75 | 0 | 77 | 6 | 113 | 462 | 56 | 21 |
| Binary | 1000001 | 11000 | 111101 | 0 | 111111 | 110 | 1001011 | 100110010 | 101110 | 10001 |
Color Harmonies of #41183D
Complementary color
Monochromatic Colors of #41183D
Black with #41183D
Text Example
Text Example
White with #41183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41183D; }
p { color: rgb(65,24,61); }
H1.HeaderClassName
{
color: #41183D;
}
.AnyTagClassName
{
color: #41183D;
}
</style>
background-color css
<style>
a { background-color: #41183D; }
a { background-color: rgb(65,24,61); }
div.DivClassName
{
background-color: #41183D;
}
.BgClassName
{
background-color: #41183D;
}
</style>
border-color css
<style>
span { border-color: #41183D; }
span { border-color: rgb(65,24,61); }
td.TdClassName
{
border-color: #41183D;
}
.TagClassName
{
border-color: #41183D;
}
</style>