Shades of Maire #161200
Tints of Maire #161200
RGB
CMYK
RGB Variations
Color information
#161200 (or 0x161200) is known color: Maire. HEX triplet: 16, 12 and 00. RGB value is (22,18,0). Sum of RGB (Red+Green+Blue) = 22+18+0=40 (5% of max value = 765). Red value is 22 (8.98% from 255 or 55% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 22 - color contains mainly: red. Hex color #161200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161200 is #E9EDFF. Grayscale: #111111. Windows color (decimal): -15330816 or 4630. OLE color: 4630.
HSL color Cylindrical-coordinate representation of color #161200: hue angle of 49.09º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #161200 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 18 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.91 |
| HSL | 49.09º | 1% | 0.04% | - |
| HSV(B) | 49.09º | 1% | 0.09% | - |
| XYZ | 0.55 | 0.6 | 0.09 | - |
| YUV | 17.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 0 | 0 | 0.18 | 1 | 0.91 | 49.09 | 1 | 0.04 |
| Hex | 16 | 12 | 0 | 0 | 12 | 64 | 5B | 31 | 64 | 4 |
| Octal | 26 | 22 | 0 | 0 | 22 | 144 | 133 | 61 | 144 | 4 |
| Binary | 10110 | 10010 | 0 | 0 | 10010 | 1100100 | 1011011 | 110001 | 1100100 | 100 |
Color Harmonies of #161200
Complementary color
Monochromatic Colors of #161200
Black with #161200
Text Example
Text Example
White with #161200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161200; }
p { color: rgb(22,18,0); }
H1.HeaderClassName
{
color: #161200;
}
.AnyTagClassName
{
color: #161200;
}
</style>
background-color css
<style>
a { background-color: #161200; }
a { background-color: rgb(22,18,0); }
div.DivClassName
{
background-color: #161200;
}
.BgClassName
{
background-color: #161200;
}
</style>
border-color css
<style>
span { border-color: #161200; }
span { border-color: rgb(22,18,0); }
td.TdClassName
{
border-color: #161200;
}
.TagClassName
{
border-color: #161200;
}
</style>