Shades of Mardi Gras #41203D
Tints of Mardi Gras #41203D
RGB
CMYK
RGB Variations
Color information
#41203D (or 0x41203D) is known color: Mardi Gras. HEX triplet: 41, 20 and 3D. RGB value is (65,32,61). Sum of RGB (Red+Green+Blue) = 65+32+61=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #41203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41203D is #BEDFC2. Grayscale: #2D2D2D. Windows color (decimal): -12509123 or 4005953. OLE color: 4005953.
HSL color Cylindrical-coordinate representation of color #41203D: hue angle of 307.27º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41203D is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 61 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.75 |
| HSL | 307.27º | 0.34% | 0.19% | - |
| HSV(B) | 307.27º | 0.51% | 0.25% | - |
| XYZ | 3.54 | 2.49 | 4.71 | - |
| YUV | 45.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 61 | 0 | 0.51 | 0.06 | 0.75 | 307.27 | 0.34 | 0.19 |
| Hex | 41 | 20 | 3D | 0 | 33 | 6 | 4B | 133 | 22 | 13 |
| Octal | 101 | 40 | 75 | 0 | 63 | 6 | 113 | 463 | 42 | 23 |
| Binary | 1000001 | 100000 | 111101 | 0 | 110011 | 110 | 1001011 | 100110011 | 100010 | 10011 |
Color Harmonies of #41203D
Complementary color
Monochromatic Colors of #41203D
Black with #41203D
Text Example
Text Example
White with #41203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41203D; }
p { color: rgb(65,32,61); }
H1.HeaderClassName
{
color: #41203D;
}
.AnyTagClassName
{
color: #41203D;
}
</style>
background-color css
<style>
a { background-color: #41203D; }
a { background-color: rgb(65,32,61); }
div.DivClassName
{
background-color: #41203D;
}
.BgClassName
{
background-color: #41203D;
}
</style>
border-color css
<style>
span { border-color: #41203D; }
span { border-color: rgb(65,32,61); }
td.TdClassName
{
border-color: #41203D;
}
.TagClassName
{
border-color: #41203D;
}
</style>