Shades of Mardi Gras #410C40
Tints of Mardi Gras #410C40
RGB
CMYK
RGB Variations
Color information
#410C40 (or 0x410C40) is known color: Mardi Gras. HEX triplet: 41, 0C and 40. RGB value is (65,12,64). Sum of RGB (Red+Green+Blue) = 65+12+64=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #410C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C40 is #BEF3BF. Grayscale: #212121. Windows color (decimal): -12514240 or 4197441. OLE color: 4197441.
HSL color Cylindrical-coordinate representation of color #410C40: hue angle of 301.13º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410C40 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 64 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.75 |
| HSL | 301.13º | 0.69% | 0.15% | - |
| HSV(B) | 301.13º | 0.82% | 0.25% | - |
| XYZ | 3.24 | 1.76 | 5.02 | - |
| YUV | 33.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 64 | 0 | 0.82 | 0.02 | 0.75 | 301.13 | 0.69 | 0.15 |
| Hex | 41 | C | 40 | 0 | 52 | 2 | 4B | 12D | 45 | F |
| Octal | 101 | 14 | 100 | 0 | 122 | 2 | 113 | 455 | 105 | 17 |
| Binary | 1000001 | 1100 | 1000000 | 0 | 1010010 | 10 | 1001011 | 100101101 | 1000101 | 1111 |
Color Harmonies of #410C40
Complementary color
Monochromatic Colors of #410C40
Black with #410C40
Text Example
Text Example
White with #410C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C40; }
p { color: rgb(65,12,64); }
H1.HeaderClassName
{
color: #410C40;
}
.AnyTagClassName
{
color: #410C40;
}
</style>
background-color css
<style>
a { background-color: #410C40; }
a { background-color: rgb(65,12,64); }
div.DivClassName
{
background-color: #410C40;
}
.BgClassName
{
background-color: #410C40;
}
</style>
border-color css
<style>
span { border-color: #410C40; }
span { border-color: rgb(65,12,64); }
td.TdClassName
{
border-color: #410C40;
}
.TagClassName
{
border-color: #410C40;
}
</style>