Shades of Maire #110F0A
Tints of Maire #110F0A
RGB
CMYK
RGB Variations
Color information
#110F0A (or 0x110F0A) is known color: Maire. HEX triplet: 11, 0F and 0A. RGB value is (17,15,10). Sum of RGB (Red+Green+Blue) = 17+15+10=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 17 - color contains mainly: red. Hex color #110F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F0A is #EEF0F5. Grayscale: #0F0F0F. Windows color (decimal): -15659254 or 659217. OLE color: 659217.
HSL color Cylindrical-coordinate representation of color #110F0A: hue angle of 42.86º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #110F0A is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 15 | 10 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.93 |
| HSL | 42.86º | 0.26% | 0.05% | - |
| HSV(B) | 42.86º | 0.41% | 0.07% | - |
| XYZ | 0.46 | 0.48 | 0.36 | - |
| YUV | 15.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 10 | 0 | 0.12 | 0.41 | 0.93 | 42.86 | 0.26 | 0.05 |
| Hex | 11 | F | A | 0 | C | 29 | 5D | 2B | 1A | 5 |
| Octal | 21 | 17 | 12 | 0 | 14 | 51 | 135 | 53 | 32 | 5 |
| Binary | 10001 | 1111 | 1010 | 0 | 1100 | 101001 | 1011101 | 101011 | 11010 | 101 |
Color Harmonies of #110F0A
Complementary color
Monochromatic Colors of #110F0A
Black with #110F0A
Text Example
Text Example
White with #110F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F0A; }
p { color: rgb(17,15,10); }
H1.HeaderClassName
{
color: #110F0A;
}
.AnyTagClassName
{
color: #110F0A;
}
</style>
background-color css
<style>
a { background-color: #110F0A; }
a { background-color: rgb(17,15,10); }
div.DivClassName
{
background-color: #110F0A;
}
.BgClassName
{
background-color: #110F0A;
}
</style>
border-color css
<style>
span { border-color: #110F0A; }
span { border-color: rgb(17,15,10); }
td.TdClassName
{
border-color: #110F0A;
}
.TagClassName
{
border-color: #110F0A;
}
</style>