#201702

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

Shades of Maire #201702

Tints of Maire #201702

Color information

#201702 (or 0x201702) is unknown color: approx Maire. HEX triplet: 20, 17 and 02. RGB value is (32,23,2). Sum of RGB (Red+Green+Blue) = 32+23+2=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #201702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201702 is #DFE8FD. Grayscale: #171717. Windows color (decimal): -14674174 or 136992. OLE color: 136992.

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

Color convert

RGB32232-
CMYK00.280.940.87
HSL42º88.24%6.67%-
HSV(B)42º93.75%12.55%-
XYZ0.910.920.19-
YUV23.3115.98134.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 56.14%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=56.14%
G=40.35%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3223200.280.940.874288.246.67
Hex2017201C5E572a587
Octal40272034136127521307
Binary1000001011110011100101111010101111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201702; }

 p { color: rgb(32,23,2); }

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

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

 a { background-color: rgb(32,23,2); }

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

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

 span { border-color: rgb(32,23,2); }

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