Shades of Mardi Gras #41033D
Tints of Mardi Gras #41033D
RGB
CMYK
RGB Variations
Color information
#41033D (or 0x41033D) is known color: Mardi Gras. HEX triplet: 41, 03 and 3D. RGB value is (65,3,61). Sum of RGB (Red+Green+Blue) = 65+3+61=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41033D is #BEFCC2. Grayscale: #1B1B1B. Windows color (decimal): -12516547 or 3998529. OLE color: 3998529.
HSL color Cylindrical-coordinate representation of color #41033D: hue angle of 303.87º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41033D is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 3 | 61 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.75 |
| HSL | 303.87º | 0.91% | 0.13% | - |
| HSV(B) | 303.87º | 0.95% | 0.25% | - |
| XYZ | 3.05 | 1.53 | 4.55 | - |
| YUV | 28.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 61 | 0 | 0.95 | 0.06 | 0.75 | 303.87 | 0.91 | 0.13 |
| Hex | 41 | 3 | 3D | 0 | 5F | 6 | 4B | 130 | 5B | D |
| Octal | 101 | 3 | 75 | 0 | 137 | 6 | 113 | 460 | 133 | 15 |
| Binary | 1000001 | 11 | 111101 | 0 | 1011111 | 110 | 1001011 | 100110000 | 1011011 | 1101 |
Color Harmonies of #41033D
Complementary color
Monochromatic Colors of #41033D
Black with #41033D
Text Example
Text Example
White with #41033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41033D; }
p { color: rgb(65,3,61); }
H1.HeaderClassName
{
color: #41033D;
}
.AnyTagClassName
{
color: #41033D;
}
</style>
background-color css
<style>
a { background-color: #41033D; }
a { background-color: rgb(65,3,61); }
div.DivClassName
{
background-color: #41033D;
}
.BgClassName
{
background-color: #41033D;
}
</style>
border-color css
<style>
span { border-color: #41033D; }
span { border-color: rgb(65,3,61); }
td.TdClassName
{
border-color: #41033D;
}
.TagClassName
{
border-color: #41033D;
}
</style>