#161004

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

Shades of Maire #161004

Tints of Maire #161004

Color information

#161004 (or 0x161004) is unknown color: approx Maire. HEX triplet: 16, 10 and 04. RGB value is (22,16,4). Sum of RGB (Red+Green+Blue) = 22+16+4=42 (5% of max value = 765). Red value is 22 (8.98% from 255 or 52.38% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 22 - color contains mainly: red. Hex color #161004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161004 is #E9EFFB. Grayscale: #101010. Windows color (decimal): -15331324 or 266262. OLE color: 266262.

HSL color Cylindrical-coordinate representation of color #161004: hue angle of 40º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #161004 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.91.

Color convert

RGB22164-
CMYK00.270.820.91
HSL40º69.23%5.1%-
HSV(B)40º81.82%8.63%-
XYZ0.540.550.19-
YUV16.43120.99131.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 52.38%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 4 (1.95% from 255) = 9.52%
R=52.38%
G=38.10%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2216400.270.820.914069.235.1
Hex1610401B525B28455
Octal26204033122133501055
Binary1011010000100011011101001010110111010001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161004; }

 p { color: rgb(22,16,4); }

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

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

 a { background-color: rgb(22,16,4); }

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

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

 span { border-color: rgb(22,16,4); }

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