Shades of Maire #110E05
Tints of Maire #110E05
RGB
CMYK
RGB Variations
Color information
#110E05 (or 0x110E05) is known color: Maire. HEX triplet: 11, 0E and 05. RGB value is (17,14,5). Sum of RGB (Red+Green+Blue) = 17+14+5=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #110E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E05 is #EEF1FA. Grayscale: #0D0D0D. Windows color (decimal): -15659515 or 331281. OLE color: 331281.
HSL color Cylindrical-coordinate representation of color #110E05: hue angle of 45º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110E05 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 14 | 5 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.93 |
| HSL | 45º | 0.55% | 0.04% | - |
| HSV(B) | 45º | 0.71% | 0.07% | - |
| XYZ | 0.42 | 0.44 | 0.21 | - |
| YUV | 13.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 5 | 0 | 0.18 | 0.71 | 0.93 | 45 | 0.55 | 0.04 |
| Hex | 11 | E | 5 | 0 | 12 | 47 | 5D | 2D | 37 | 4 |
| Octal | 21 | 16 | 5 | 0 | 22 | 107 | 135 | 55 | 67 | 4 |
| Binary | 10001 | 1110 | 101 | 0 | 10010 | 1000111 | 1011101 | 101101 | 110111 | 100 |
Color Harmonies of #110E05
Complementary color
Monochromatic Colors of #110E05
Black with #110E05
Text Example
Text Example
White with #110E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E05; }
p { color: rgb(17,14,5); }
H1.HeaderClassName
{
color: #110E05;
}
.AnyTagClassName
{
color: #110E05;
}
</style>
background-color css
<style>
a { background-color: #110E05; }
a { background-color: rgb(17,14,5); }
div.DivClassName
{
background-color: #110E05;
}
.BgClassName
{
background-color: #110E05;
}
</style>
border-color css
<style>
span { border-color: #110E05; }
span { border-color: rgb(17,14,5); }
td.TdClassName
{
border-color: #110E05;
}
.TagClassName
{
border-color: #110E05;
}
</style>