Shades of Mardi Gras #410F3E
Tints of Mardi Gras #410F3E
RGB
CMYK
RGB Variations
Color information
#410F3E (or 0x410F3E) is known color: Mardi Gras. HEX triplet: 41, 0F and 3E. RGB value is (65,15,62). Sum of RGB (Red+Green+Blue) = 65+15+62=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #410F3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F3E is #BEF0C1. Grayscale: #232323. Windows color (decimal): -12513474 or 4067137. OLE color: 4067137.
HSL color Cylindrical-coordinate representation of color #410F3E: hue angle of 303.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F3E is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 15 | 62 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.75 |
| HSL | 303.6º | 0.63% | 0.16% | - |
| HSV(B) | 303.6º | 0.77% | 0.25% | - |
| XYZ | 3.22 | 1.81 | 4.74 | - |
| YUV | 35.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 62 | 0 | 0.77 | 0.05 | 0.75 | 303.6 | 0.63 | 0.16 |
| Hex | 41 | F | 3E | 0 | 4D | 5 | 4B | 130 | 3E | 10 |
| Octal | 101 | 17 | 76 | 0 | 115 | 5 | 113 | 460 | 76 | 20 |
| Binary | 1000001 | 1111 | 111110 | 0 | 1001101 | 101 | 1001011 | 100110000 | 111110 | 10000 |
Color Harmonies of #410F3E
Complementary color
Monochromatic Colors of #410F3E
Black with #410F3E
Text Example
Text Example
White with #410F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F3E; }
p { color: rgb(65,15,62); }
H1.HeaderClassName
{
color: #410F3E;
}
.AnyTagClassName
{
color: #410F3E;
}
</style>
background-color css
<style>
a { background-color: #410F3E; }
a { background-color: rgb(65,15,62); }
div.DivClassName
{
background-color: #410F3E;
}
.BgClassName
{
background-color: #410F3E;
}
</style>
border-color css
<style>
span { border-color: #410F3E; }
span { border-color: rgb(65,15,62); }
td.TdClassName
{
border-color: #410F3E;
}
.TagClassName
{
border-color: #410F3E;
}
</style>