Shades of Mardi Gras #110210
Tints of Mardi Gras #110210
RGB
CMYK
RGB Variations
Color information
#110210 (or 0x110210) is known color: Mardi Gras. HEX triplet: 11, 02 and 10. RGB value is (17,2,16). Sum of RGB (Red+Green+Blue) = 17+2+16=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110210 is #EEFDEF. Grayscale: #080808. Windows color (decimal): -15662576 or 1049105. OLE color: 1049105.
HSL color Cylindrical-coordinate representation of color #110210: hue angle of 304º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110210 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 2 | 16 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.93 |
| HSL | 304º | 0.79% | 0.04% | - |
| HSV(B) | 304º | 0.88% | 0.07% | - |
| XYZ | 0.35 | 0.2 | 0.51 | - |
| YUV | 8.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 16 | 0 | 0.88 | 0.06 | 0.93 | 304 | 0.79 | 0.04 |
| Hex | 11 | 2 | 10 | 0 | 58 | 6 | 5D | 130 | 4F | 4 |
| Octal | 21 | 2 | 20 | 0 | 130 | 6 | 135 | 460 | 117 | 4 |
| Binary | 10001 | 10 | 10000 | 0 | 1011000 | 110 | 1011101 | 100110000 | 1001111 | 100 |
Color Harmonies of #110210
Complementary color
Monochromatic Colors of #110210
Black with #110210
Text Example
Text Example
White with #110210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110210; }
p { color: rgb(17,2,16); }
H1.HeaderClassName
{
color: #110210;
}
.AnyTagClassName
{
color: #110210;
}
</style>
background-color css
<style>
a { background-color: #110210; }
a { background-color: rgb(17,2,16); }
div.DivClassName
{
background-color: #110210;
}
.BgClassName
{
background-color: #110210;
}
</style>
border-color css
<style>
span { border-color: #110210; }
span { border-color: rgb(17,2,16); }
td.TdClassName
{
border-color: #110210;
}
.TagClassName
{
border-color: #110210;
}
</style>