Shades of Mardi Gras #41003D
Tints of Mardi Gras #41003D
RGB
CMYK
RGB Variations
Color information
#41003D (or 0x41003D) is known color: Mardi Gras. HEX triplet: 41, 00 and 3D. RGB value is (65,0,61). Sum of RGB (Red+Green+Blue) = 65+0+61=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41003D is #BEFFC2. Grayscale: #1A1A1A. Windows color (decimal): -12517315 or 3997761. OLE color: 3997761.
HSL color Cylindrical-coordinate representation of color #41003D: hue angle of 303.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41003D is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.06 | 0.75 |
| HSL | 303.69º | 1% | 0.13% | - |
| HSV(B) | 303.69º | 1% | 0.25% | - |
| XYZ | 3.02 | 1.46 | 4.54 | - |
| YUV | 26.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 61 | 0 | 1 | 0.06 | 0.75 | 303.69 | 1 | 0.13 |
| Hex | 41 | 0 | 3D | 0 | 64 | 6 | 4B | 130 | 64 | D |
| Octal | 101 | 0 | 75 | 0 | 144 | 6 | 113 | 460 | 144 | 15 |
| Binary | 1000001 | 0 | 111101 | 0 | 1100100 | 110 | 1001011 | 100110000 | 1100100 | 1101 |
Color Harmonies of #41003D
Complementary color
Monochromatic Colors of #41003D
Black with #41003D
Text Example
Text Example
White with #41003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41003D; }
p { color: rgb(65,0,61); }
H1.HeaderClassName
{
color: #41003D;
}
.AnyTagClassName
{
color: #41003D;
}
</style>
background-color css
<style>
a { background-color: #41003D; }
a { background-color: rgb(65,0,61); }
div.DivClassName
{
background-color: #41003D;
}
.BgClassName
{
background-color: #41003D;
}
</style>
border-color css
<style>
span { border-color: #41003D; }
span { border-color: rgb(65,0,61); }
td.TdClassName
{
border-color: #41003D;
}
.TagClassName
{
border-color: #41003D;
}
</style>