#211601

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

Shades of Maire #211601

Tints of Maire #211601

Color information

#211601 (or 0x211601) is unknown color: approx Maire. HEX triplet: 21, 16 and 01. RGB value is (33,22,1). Sum of RGB (Red+Green+Blue) = 33+22+1=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211601 is #DEE9FE. Grayscale: #161616. Windows color (decimal): -14608895 or 71201. OLE color: 71201.

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

Color convert

RGB33221-
CMYK00.330.970.87
HSL39.38º94.12%6.67%-
HSV(B)39.38º96.97%12.94%-
XYZ0.920.90.15-
YUV22.9115.64135.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 22 (8.98% from 255) = 39.29%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=58.93%
G=39.29%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3322100.330.970.8739.3894.126.67
Hex211610216157275e7
Octal41261041141127471367
Binary1000011011010100001110000110101111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211601; }

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

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

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

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

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

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

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

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