Shades of Mardi Gras #410B38
Tints of Mardi Gras #410B38
RGB
CMYK
RGB Variations
Color information
#410B38 (or 0x410B38) is known color: Mardi Gras. HEX triplet: 41, 0B and 38. RGB value is (65,11,56). Sum of RGB (Red+Green+Blue) = 65+11+56=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #410B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B38 is #BEF4C7. Grayscale: #202020. Windows color (decimal): -12514504 or 3672897. OLE color: 3672897.
HSL color Cylindrical-coordinate representation of color #410B38: hue angle of 310º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #410B38 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 11 | 56 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.75 |
| HSL | 310º | 0.71% | 0.15% | - |
| HSV(B) | 310º | 0.83% | 0.25% | - |
| XYZ | 3.01 | 1.65 | 3.9 | - |
| YUV | 32.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 56 | 0 | 0.83 | 0.14 | 0.75 | 310 | 0.71 | 0.15 |
| Hex | 41 | B | 38 | 0 | 53 | E | 4B | 136 | 47 | F |
| Octal | 101 | 13 | 70 | 0 | 123 | 16 | 113 | 466 | 107 | 17 |
| Binary | 1000001 | 1011 | 111000 | 0 | 1010011 | 1110 | 1001011 | 100110110 | 1000111 | 1111 |
Color Harmonies of #410B38
Complementary color
Monochromatic Colors of #410B38
Black with #410B38
Text Example
Text Example
White with #410B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B38; }
p { color: rgb(65,11,56); }
H1.HeaderClassName
{
color: #410B38;
}
.AnyTagClassName
{
color: #410B38;
}
</style>
background-color css
<style>
a { background-color: #410B38; }
a { background-color: rgb(65,11,56); }
div.DivClassName
{
background-color: #410B38;
}
.BgClassName
{
background-color: #410B38;
}
</style>
border-color css
<style>
span { border-color: #410B38; }
span { border-color: rgb(65,11,56); }
td.TdClassName
{
border-color: #410B38;
}
.TagClassName
{
border-color: #410B38;
}
</style>