Shades of Mardi Gras #410E3B
Tints of Mardi Gras #410E3B
RGB
CMYK
RGB Variations
Color information
#410E3B (or 0x410E3B) is known color: Mardi Gras. HEX triplet: 41, 0E and 3B. RGB value is (65,14,59). Sum of RGB (Red+Green+Blue) = 65+14+59=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #410E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E3B is #BEF1C4. Grayscale: #222222. Windows color (decimal): -12513733 or 3870273. OLE color: 3870273.
HSL color Cylindrical-coordinate representation of color #410E3B: hue angle of 307.06º 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 #410E3B is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 14 | 59 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.75 |
| HSL | 307.06º | 0.65% | 0.15% | - |
| HSV(B) | 307.06º | 0.78% | 0.25% | - |
| XYZ | 3.13 | 1.75 | 4.31 | - |
| YUV | 34.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 59 | 0 | 0.78 | 0.09 | 0.75 | 307.06 | 0.65 | 0.15 |
| Hex | 41 | E | 3B | 0 | 4E | 9 | 4B | 133 | 41 | F |
| Octal | 101 | 16 | 73 | 0 | 116 | 11 | 113 | 463 | 101 | 17 |
| Binary | 1000001 | 1110 | 111011 | 0 | 1001110 | 1001 | 1001011 | 100110011 | 1000001 | 1111 |
Color Harmonies of #410E3B
Complementary color
Monochromatic Colors of #410E3B
Black with #410E3B
Text Example
Text Example
White with #410E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E3B; }
p { color: rgb(65,14,59); }
H1.HeaderClassName
{
color: #410E3B;
}
.AnyTagClassName
{
color: #410E3B;
}
</style>
background-color css
<style>
a { background-color: #410E3B; }
a { background-color: rgb(65,14,59); }
div.DivClassName
{
background-color: #410E3B;
}
.BgClassName
{
background-color: #410E3B;
}
</style>
border-color css
<style>
span { border-color: #410E3B; }
span { border-color: rgb(65,14,59); }
td.TdClassName
{
border-color: #410E3B;
}
.TagClassName
{
border-color: #410E3B;
}
</style>