#161504

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

Shades of Maire #161504

Tints of Maire #161504

Color information

#161504 (or 0x161504) is unknown color: approx Maire. HEX triplet: 16, 15 and 04. RGB value is (22,21,4). Sum of RGB (Red+Green+Blue) = 22+21+4=47 (6% of max value = 765). Red value is 22 (8.98% from 255 or 46.81% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 22 - color contains mainly: red. Hex color #161504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161504 is #E9EAFB. Grayscale: #131313. Windows color (decimal): -15330044 or 267542. OLE color: 267542.

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

Color convert

RGB22214-
CMYK00.050.820.91
HSL56.67º69.23%5.1%-
HSV(B)56.67º81.82%8.63%-
XYZ0.620.720.22-
YUV19.36119.33129.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 46.81%
GREEN value IS 21 (8.59% from 255) = 44.68%
BLUE value IS 4 (1.95% from 255) = 8.51%
R=46.81%
G=44.68%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2221400.050.820.9156.6769.235.1
Hex1615405525B39455
Octal2625405122133711055
Binary10110101011000101101001010110111110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161504; }

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

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

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

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

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

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

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

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