Shades of Maire #17160A
Tints of Maire #17160A
RGB
CMYK
RGB Variations
Color information
#17160A (or 0x17160A) is known color: Maire. HEX triplet: 17, 16 and 0A. RGB value is (23,22,10). Sum of RGB (Red+Green+Blue) = 23+22+10=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #17160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17160A is #E8E9F5. Grayscale: #141414. Windows color (decimal): -15264246 or 661015. OLE color: 661015.
HSL color Cylindrical-coordinate representation of color #17160A: hue angle of 55.38º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #17160A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 22 | 10 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.91 |
| HSL | 55.38º | 0.39% | 0.06% | - |
| HSV(B) | 55.38º | 0.57% | 0.09% | - |
| XYZ | 0.7 | 0.78 | 0.4 | - |
| YUV | 20.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 10 | 0 | 0.04 | 0.57 | 0.91 | 55.38 | 0.39 | 0.06 |
| Hex | 17 | 16 | A | 0 | 4 | 39 | 5B | 37 | 27 | 6 |
| Octal | 27 | 26 | 12 | 0 | 4 | 71 | 133 | 67 | 47 | 6 |
| Binary | 10111 | 10110 | 1010 | 0 | 100 | 111001 | 1011011 | 110111 | 100111 | 110 |
Color Harmonies of #17160A
Complementary color
Monochromatic Colors of #17160A
Black with #17160A
Text Example
Text Example
White with #17160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17160A; }
p { color: rgb(23,22,10); }
H1.HeaderClassName
{
color: #17160A;
}
.AnyTagClassName
{
color: #17160A;
}
</style>
background-color css
<style>
a { background-color: #17160A; }
a { background-color: rgb(23,22,10); }
div.DivClassName
{
background-color: #17160A;
}
.BgClassName
{
background-color: #17160A;
}
</style>
border-color css
<style>
span { border-color: #17160A; }
span { border-color: rgb(23,22,10); }
td.TdClassName
{
border-color: #17160A;
}
.TagClassName
{
border-color: #17160A;
}
</style>