Shades of Mardi Gras #41163D
Tints of Mardi Gras #41163D
RGB
CMYK
RGB Variations
Color information
#41163D (or 0x41163D) is known color: Mardi Gras. HEX triplet: 41, 16 and 3D. RGB value is (65,22,61). Sum of RGB (Red+Green+Blue) = 65+22+61=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41163D is #BEE9C2. Grayscale: #272727. Windows color (decimal): -12511683 or 4003393. OLE color: 4003393.
HSL color Cylindrical-coordinate representation of color #41163D: hue angle of 305.58º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41163D is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 22 | 61 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.75 |
| HSL | 305.58º | 0.49% | 0.17% | - |
| HSV(B) | 305.58º | 0.66% | 0.25% | - |
| XYZ | 3.31 | 2.03 | 4.63 | - |
| YUV | 39.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 61 | 0 | 0.66 | 0.06 | 0.75 | 305.58 | 0.49 | 0.17 |
| Hex | 41 | 16 | 3D | 0 | 42 | 6 | 4B | 132 | 31 | 11 |
| Octal | 101 | 26 | 75 | 0 | 102 | 6 | 113 | 462 | 61 | 21 |
| Binary | 1000001 | 10110 | 111101 | 0 | 1000010 | 110 | 1001011 | 100110010 | 110001 | 10001 |
Color Harmonies of #41163D
Complementary color
Monochromatic Colors of #41163D
Black with #41163D
Text Example
Text Example
White with #41163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41163D; }
p { color: rgb(65,22,61); }
H1.HeaderClassName
{
color: #41163D;
}
.AnyTagClassName
{
color: #41163D;
}
</style>
background-color css
<style>
a { background-color: #41163D; }
a { background-color: rgb(65,22,61); }
div.DivClassName
{
background-color: #41163D;
}
.BgClassName
{
background-color: #41163D;
}
</style>
border-color css
<style>
span { border-color: #41163D; }
span { border-color: rgb(65,22,61); }
td.TdClassName
{
border-color: #41163D;
}
.TagClassName
{
border-color: #41163D;
}
</style>