Shades of Mardi Gras #410A3C
Tints of Mardi Gras #410A3C
RGB
CMYK
RGB Variations
Color information
#410A3C (or 0x410A3C) is known color: Mardi Gras. HEX triplet: 41, 0A and 3C. RGB value is (65,10,60). Sum of RGB (Red+Green+Blue) = 65+10+60=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #410A3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A3C is #BEF5C3. Grayscale: #202020. Windows color (decimal): -12514756 or 3934785. OLE color: 3934785.
HSL color Cylindrical-coordinate representation of color #410A3C: hue angle of 305.45º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A3C is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 60 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.75 |
| HSL | 305.45º | 0.73% | 0.15% | - |
| HSV(B) | 305.45º | 0.85% | 0.25% | - |
| XYZ | 3.1 | 1.67 | 4.43 | - |
| YUV | 32.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 60 | 0 | 0.85 | 0.08 | 0.75 | 305.45 | 0.73 | 0.15 |
| Hex | 41 | A | 3C | 0 | 55 | 8 | 4B | 131 | 49 | F |
| Octal | 101 | 12 | 74 | 0 | 125 | 10 | 113 | 461 | 111 | 17 |
| Binary | 1000001 | 1010 | 111100 | 0 | 1010101 | 1000 | 1001011 | 100110001 | 1001001 | 1111 |
Color Harmonies of #410A3C
Complementary color
Monochromatic Colors of #410A3C
Black with #410A3C
Text Example
Text Example
White with #410A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A3C; }
p { color: rgb(65,10,60); }
H1.HeaderClassName
{
color: #410A3C;
}
.AnyTagClassName
{
color: #410A3C;
}
</style>
background-color css
<style>
a { background-color: #410A3C; }
a { background-color: rgb(65,10,60); }
div.DivClassName
{
background-color: #410A3C;
}
.BgClassName
{
background-color: #410A3C;
}
</style>
border-color css
<style>
span { border-color: #410A3C; }
span { border-color: rgb(65,10,60); }
td.TdClassName
{
border-color: #410A3C;
}
.TagClassName
{
border-color: #410A3C;
}
</style>