Shades of Maire #110F09
Tints of Maire #110F09
RGB
CMYK
RGB Variations
Color information
#110F09 (or 0x110F09) is known color: Maire. HEX triplet: 11, 0F and 09. RGB value is (17,15,9). Sum of RGB (Red+Green+Blue) = 17+15+9=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 17 - color contains mainly: red. Hex color #110F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F09 is #EEF0F6. Grayscale: #0E0E0E. Windows color (decimal): -15659255 or 593681. OLE color: 593681.
HSL color Cylindrical-coordinate representation of color #110F09: hue angle of 45º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #110F09 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 15 | 9 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.93 |
| HSL | 45º | 0.31% | 0.05% | - |
| HSV(B) | 45º | 0.47% | 0.07% | - |
| XYZ | 0.45 | 0.48 | 0.33 | - |
| YUV | 14.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 9 | 0 | 0.12 | 0.47 | 0.93 | 45 | 0.31 | 0.05 |
| Hex | 11 | F | 9 | 0 | C | 2F | 5D | 2D | 1F | 5 |
| Octal | 21 | 17 | 11 | 0 | 14 | 57 | 135 | 55 | 37 | 5 |
| Binary | 10001 | 1111 | 1001 | 0 | 1100 | 101111 | 1011101 | 101101 | 11111 | 101 |
Color Harmonies of #110F09
Complementary color
Monochromatic Colors of #110F09
Black with #110F09
Text Example
Text Example
White with #110F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F09; }
p { color: rgb(17,15,9); }
H1.HeaderClassName
{
color: #110F09;
}
.AnyTagClassName
{
color: #110F09;
}
</style>
background-color css
<style>
a { background-color: #110F09; }
a { background-color: rgb(17,15,9); }
div.DivClassName
{
background-color: #110F09;
}
.BgClassName
{
background-color: #110F09;
}
</style>
border-color css
<style>
span { border-color: #110F09; }
span { border-color: rgb(17,15,9); }
td.TdClassName
{
border-color: #110F09;
}
.TagClassName
{
border-color: #110F09;
}
</style>