#201604

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

Shades of Maire #201604

Tints of Maire #201604

Color information

#201604 (or 0x201604) is unknown color: approx Maire. HEX triplet: 20, 16 and 04. RGB value is (32,22,4). Sum of RGB (Red+Green+Blue) = 32+22+4=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #201604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201604 is #DFE9FB. Grayscale: #171717. Windows color (decimal): -14674428 or 267808. OLE color: 267808.

HSL color Cylindrical-coordinate representation of color #201604: hue angle of 38.57º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201604 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB32224-
CMYK00.310.870.87
HSL38.57º77.78%7.06%-
HSV(B)38.57º87.5%12.55%-
XYZ0.90.890.24-
YUV22.94117.31134.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 55.17%
GREEN value IS 22 (8.98% from 255) = 37.93%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=55.17%
G=37.93%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3222400.310.870.8738.5777.787.06
Hex2016401F5757274e7
Octal40264037127127471167
Binary10000010110100011111101011110101111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201604; }

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

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

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

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

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

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

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

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