Shades of Mardi Gras #100711
Tints of Mardi Gras #100711
RGB
CMYK
RGB Variations
Color information
#100711 (or 0x100711) is known color: Mardi Gras. HEX triplet: 10, 07 and 11. RGB value is (16,7,17). Sum of RGB (Red+Green+Blue) = 16+7+17=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 17 - color contains mainly: blue. Hex color #100711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100711 is #EFF8EE. Grayscale: #0A0A0A. Windows color (decimal): -15726831 or 1115920. OLE color: 1115920.
HSL color Cylindrical-coordinate representation of color #100711: hue angle of 294º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #100711 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 7 | 17 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.93 |
| HSL | 294º | 0.42% | 0.05% | - |
| HSV(B) | 294º | 0.59% | 0.07% | - |
| XYZ | 0.39 | 0.3 | 0.57 | - |
| YUV | 10.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 17 | 0.06 | 0.59 | 0 | 0.93 | 294 | 0.42 | 0.05 |
| Hex | 10 | 7 | 11 | 6 | 3B | 0 | 5D | 126 | 2A | 5 |
| Octal | 20 | 7 | 21 | 6 | 73 | 0 | 135 | 446 | 52 | 5 |
| Binary | 10000 | 111 | 10001 | 110 | 111011 | 0 | 1011101 | 100100110 | 101010 | 101 |
Color Harmonies of #100711
Complementary color
Monochromatic Colors of #100711
Black with #100711
Text Example
Text Example
White with #100711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100711; }
p { color: rgb(16,7,17); }
H1.HeaderClassName
{
color: #100711;
}
.AnyTagClassName
{
color: #100711;
}
</style>
background-color css
<style>
a { background-color: #100711; }
a { background-color: rgb(16,7,17); }
div.DivClassName
{
background-color: #100711;
}
.BgClassName
{
background-color: #100711;
}
</style>
border-color css
<style>
span { border-color: #100711; }
span { border-color: rgb(16,7,17); }
td.TdClassName
{
border-color: #100711;
}
.TagClassName
{
border-color: #100711;
}
</style>