#161201

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

Shades of Maire #161201

Tints of Maire #161201

Color information

#161201 (or 0x161201) is unknown color: approx Maire. HEX triplet: 16, 12 and 01. RGB value is (22,18,1). Sum of RGB (Red+Green+Blue) = 22+18+1=41 (5% of max value = 765). Red value is 22 (8.98% from 255 or 53.66% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 22 - color contains mainly: red. Hex color #161201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161201 is #E9EDFE. Grayscale: #111111. Windows color (decimal): -15330815 or 70166. OLE color: 70166.

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

Color convert

RGB22181-
CMYK00.180.950.91
HSL48.57º91.3%4.51%-
HSV(B)48.57º95.45%8.63%-
XYZ0.550.610.12-
YUV17.26118.83131.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 53.66%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=53.66%
G=43.90%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2218100.180.950.9148.5791.34.51
Hex161210125F5B315b5
Octal26221022137133611335
Binary10110100101010010101111110110111100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161201; }

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

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

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

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

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

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

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

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