Shades of Mardi Gras #410A38
Tints of Mardi Gras #410A38
RGB
CMYK
RGB Variations
Color information
#410A38 (or 0x410A38) is known color: Mardi Gras. HEX triplet: 41, 0A and 38. RGB value is (65,10,56). Sum of RGB (Red+Green+Blue) = 65+10+56=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #410A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A38 is #BEF5C7. Grayscale: #1F1F1F. Windows color (decimal): -12514760 or 3672641. OLE color: 3672641.
HSL color Cylindrical-coordinate representation of color #410A38: hue angle of 309.82º 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 #410A38 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 56 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.75 |
| HSL | 309.82º | 0.73% | 0.15% | - |
| HSV(B) | 309.82º | 0.85% | 0.25% | - |
| XYZ | 3 | 1.63 | 3.9 | - |
| YUV | 31.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 56 | 0 | 0.85 | 0.14 | 0.75 | 309.82 | 0.73 | 0.15 |
| Hex | 41 | A | 38 | 0 | 55 | E | 4B | 136 | 49 | F |
| Octal | 101 | 12 | 70 | 0 | 125 | 16 | 113 | 466 | 111 | 17 |
| Binary | 1000001 | 1010 | 111000 | 0 | 1010101 | 1110 | 1001011 | 100110110 | 1001001 | 1111 |
Color Harmonies of #410A38
Complementary color
Monochromatic Colors of #410A38
Black with #410A38
Text Example
Text Example
White with #410A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A38; }
p { color: rgb(65,10,56); }
H1.HeaderClassName
{
color: #410A38;
}
.AnyTagClassName
{
color: #410A38;
}
</style>
background-color css
<style>
a { background-color: #410A38; }
a { background-color: rgb(65,10,56); }
div.DivClassName
{
background-color: #410A38;
}
.BgClassName
{
background-color: #410A38;
}
</style>
border-color css
<style>
span { border-color: #410A38; }
span { border-color: rgb(65,10,56); }
td.TdClassName
{
border-color: #410A38;
}
.TagClassName
{
border-color: #410A38;
}
</style>