Shades of Maire #17160C
Tints of Maire #17160C
RGB
CMYK
RGB Variations
Color information
#17160C (or 0x17160C) is known color: Maire. HEX triplet: 17, 16 and 0C. RGB value is (23,22,12). Sum of RGB (Red+Green+Blue) = 23+22+12=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 23 - color contains mainly: red. Hex color #17160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17160C is #E8E9F3. Grayscale: #151515. Windows color (decimal): -15264244 or 792087. OLE color: 792087.
HSL color Cylindrical-coordinate representation of color #17160C: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17160C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 22 | 12 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.91 |
| HSL | 54.55º | 0.31% | 0.07% | - |
| HSV(B) | 54.55º | 0.48% | 0.09% | - |
| XYZ | 0.71 | 0.78 | 0.46 | - |
| YUV | 21.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 12 | 0 | 0.04 | 0.48 | 0.91 | 54.55 | 0.31 | 0.07 |
| Hex | 17 | 16 | C | 0 | 4 | 30 | 5B | 37 | 1F | 7 |
| Octal | 27 | 26 | 14 | 0 | 4 | 60 | 133 | 67 | 37 | 7 |
| Binary | 10111 | 10110 | 1100 | 0 | 100 | 110000 | 1011011 | 110111 | 11111 | 111 |
Color Harmonies of #17160C
Complementary color
Monochromatic Colors of #17160C
Black with #17160C
Text Example
Text Example
White with #17160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17160C; }
p { color: rgb(23,22,12); }
H1.HeaderClassName
{
color: #17160C;
}
.AnyTagClassName
{
color: #17160C;
}
</style>
background-color css
<style>
a { background-color: #17160C; }
a { background-color: rgb(23,22,12); }
div.DivClassName
{
background-color: #17160C;
}
.BgClassName
{
background-color: #17160C;
}
</style>
border-color css
<style>
span { border-color: #17160C; }
span { border-color: rgb(23,22,12); }
td.TdClassName
{
border-color: #17160C;
}
.TagClassName
{
border-color: #17160C;
}
</style>