Shades of Mardi Gras #410E38
Tints of Mardi Gras #410E38
RGB
CMYK
RGB Variations
Color information
#410E38 (or 0x410E38) is known color: Mardi Gras. HEX triplet: 41, 0E and 38. RGB value is (65,14,56). Sum of RGB (Red+Green+Blue) = 65+14+56=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #410E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E38 is #BEF1C7. Grayscale: #212121. Windows color (decimal): -12513736 or 3673665. OLE color: 3673665.
HSL color Cylindrical-coordinate representation of color #410E38: hue angle of 310.59º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E38 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 14 | 56 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.75 |
| HSL | 310.59º | 0.65% | 0.15% | - |
| HSV(B) | 310.59º | 0.78% | 0.25% | - |
| XYZ | 3.05 | 1.72 | 3.91 | - |
| YUV | 34.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 56 | 0 | 0.78 | 0.14 | 0.75 | 310.59 | 0.65 | 0.15 |
| Hex | 41 | E | 38 | 0 | 4E | E | 4B | 137 | 41 | F |
| Octal | 101 | 16 | 70 | 0 | 116 | 16 | 113 | 467 | 101 | 17 |
| Binary | 1000001 | 1110 | 111000 | 0 | 1001110 | 1110 | 1001011 | 100110111 | 1000001 | 1111 |
Color Harmonies of #410E38
Complementary color
Monochromatic Colors of #410E38
Black with #410E38
Text Example
Text Example
White with #410E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E38; }
p { color: rgb(65,14,56); }
H1.HeaderClassName
{
color: #410E38;
}
.AnyTagClassName
{
color: #410E38;
}
</style>
background-color css
<style>
a { background-color: #410E38; }
a { background-color: rgb(65,14,56); }
div.DivClassName
{
background-color: #410E38;
}
.BgClassName
{
background-color: #410E38;
}
</style>
border-color css
<style>
span { border-color: #410E38; }
span { border-color: rgb(65,14,56); }
td.TdClassName
{
border-color: #410E38;
}
.TagClassName
{
border-color: #410E38;
}
</style>