Shades of Maire #11110A
Tints of Maire #11110A
RGB
CMYK
RGB Variations
Color information
#11110A (or 0x11110A) is known color: Maire. HEX triplet: 11, 11 and 0A. RGB value is (17,17,10). Sum of RGB (Red+Green+Blue) = 17+17+10=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 17 - color contains mainly: red, green. Hex color #11110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11110A is #EEEEF5. Grayscale: #101010. Windows color (decimal): -15658742 or 659729. OLE color: 659729.
HSL color Cylindrical-coordinate representation of color #11110A: hue angle of 60º 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 #11110A is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 17 | 10 | - |
| CMYK | 0 | 0 | 0.41 | 0.93 |
| HSL | 60º | 0.26% | 0.05% | - |
| HSV(B) | 60º | 0.41% | 0.07% | - |
| XYZ | 0.49 | 0.54 | 0.37 | - |
| YUV | 16.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 10 | 0 | 0 | 0.41 | 0.93 | 60 | 0.26 | 0.05 |
| Hex | 11 | 11 | A | 0 | 0 | 29 | 5D | 3C | 1A | 5 |
| Octal | 21 | 21 | 12 | 0 | 0 | 51 | 135 | 74 | 32 | 5 |
| Binary | 10001 | 10001 | 1010 | 0 | 0 | 101001 | 1011101 | 111100 | 11010 | 101 |
Color Harmonies of #11110A
Complementary color
Monochromatic Colors of #11110A
Black with #11110A
Text Example
Text Example
White with #11110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11110A; }
p { color: rgb(17,17,10); }
H1.HeaderClassName
{
color: #11110A;
}
.AnyTagClassName
{
color: #11110A;
}
</style>
background-color css
<style>
a { background-color: #11110A; }
a { background-color: rgb(17,17,10); }
div.DivClassName
{
background-color: #11110A;
}
.BgClassName
{
background-color: #11110A;
}
</style>
border-color css
<style>
span { border-color: #11110A; }
span { border-color: rgb(17,17,10); }
td.TdClassName
{
border-color: #11110A;
}
.TagClassName
{
border-color: #11110A;
}
</style>