Shades of Mardi Gras #100611
Tints of Mardi Gras #100611
RGB
CMYK
RGB Variations
Color information
#100611 (or 0x100611) is known color: Mardi Gras. HEX triplet: 10, 06 and 11. RGB value is (16,6,17). Sum of RGB (Red+Green+Blue) = 16+6+17=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 17 - color contains mainly: blue. Hex color #100611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100611 is #EFF9EE. Grayscale: #0A0A0A. Windows color (decimal): -15727087 or 1115664. OLE color: 1115664.
HSL color Cylindrical-coordinate representation of color #100611: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #100611 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 6 | 17 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.93 |
| HSL | 294.55º | 0.48% | 0.05% | - |
| HSV(B) | 294.55º | 0.65% | 0.07% | - |
| XYZ | 0.38 | 0.28 | 0.56 | - |
| YUV | 10.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 17 | 0.06 | 0.65 | 0 | 0.93 | 294.55 | 0.48 | 0.05 |
| Hex | 10 | 6 | 11 | 6 | 41 | 0 | 5D | 127 | 30 | 5 |
| Octal | 20 | 6 | 21 | 6 | 101 | 0 | 135 | 447 | 60 | 5 |
| Binary | 10000 | 110 | 10001 | 110 | 1000001 | 0 | 1011101 | 100100111 | 110000 | 101 |
Color Harmonies of #100611
Complementary color
Monochromatic Colors of #100611
Black with #100611
Text Example
Text Example
White with #100611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100611; }
p { color: rgb(16,6,17); }
H1.HeaderClassName
{
color: #100611;
}
.AnyTagClassName
{
color: #100611;
}
</style>
background-color css
<style>
a { background-color: #100611; }
a { background-color: rgb(16,6,17); }
div.DivClassName
{
background-color: #100611;
}
.BgClassName
{
background-color: #100611;
}
</style>
border-color css
<style>
span { border-color: #100611; }
span { border-color: rgb(16,6,17); }
td.TdClassName
{
border-color: #100611;
}
.TagClassName
{
border-color: #100611;
}
</style>