#161409

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

Shades of Maire #161409

Tints of Maire #161409

Color information

#161409 (or 0x161409) is unknown color: approx Maire. HEX triplet: 16, 14 and 09. RGB value is (22,20,9). Sum of RGB (Red+Green+Blue) = 22+20+9=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 22 - color contains mainly: red. Hex color #161409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161409 is #E9EBF6. Grayscale: #131313. Windows color (decimal): -15330295 or 594966. OLE color: 594966.

HSL color Cylindrical-coordinate representation of color #161409: hue angle of 50.77º 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 #161409 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.91.

Color convert

RGB22209-
CMYK00.090.590.91
HSL50.77º41.94%6.08%-
HSV(B)50.77º59.09%8.63%-
XYZ0.630.690.36-
YUV19.34122.16129.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 43.14%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=43.14%
G=39.22%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2220900.090.590.9150.7741.946.08
Hex16149093B5B332a6
Octal2624110117313363526
Binary10110101001001010011110111011011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161409; }

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

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

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

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

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

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

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

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