#161209

Color #161209 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #161209

Tints of Maire #161209

Color information

#161209 (or 0x161209) is unknown color: approx Maire. HEX triplet: 16, 12 and 09. RGB value is (22,18,9). Sum of RGB (Red+Green+Blue) = 22+18+9=49 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44.90% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 22 - color contains mainly: red. Hex color #161209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161209 is #E9EDF6. Grayscale: #121212. Windows color (decimal): -15330807 or 594454. OLE color: 594454.

HSL color Cylindrical-coordinate representation of color #161209: hue angle of 41.54º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #161209 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.91.

Color convert

RGB22189-
CMYK00.180.590.91
HSL41.54º41.94%6.08%-
HSV(B)41.54º59.09%8.63%-
XYZ0.60.620.35-
YUV18.17122.83130.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 44.90%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=44.90%
G=36.73%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2218900.180.590.9141.5441.946.08
Hex161290123B5B2a2a6
Octal2622110227313352526
Binary101101001010010100101110111011011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161209; }

 p { color: rgb(22,18,9); }

 H1.HeaderClassName
 {
   color: #161209;
 }
 .AnyTagClassName
 {
   color: #161209;
 }
</style>
background-color css

<style>
 a { background-color: #161209; }

 a { background-color: rgb(22,18,9); }

 div.DivClassName
 {
   background-color: #161209;
 }
 .BgClassName
 {
   background-color: #161209;
 }
</style>
border-color css

<style>
 span { border-color: #161209; }

 span { border-color: rgb(22,18,9); }

 td.TdClassName
 {
   border-color: #161209;
 }
 .TagClassName
 {
   border-color: #161209;
 }
</style>