#211600

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

Shades of Maire #211600

Tints of Maire #211600

Color information

#211600 (or 0x211600) is unknown color: approx Maire. HEX triplet: 21, 16 and 00. RGB value is (33,22,0). Sum of RGB (Red+Green+Blue) = 33+22+0=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #211600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211600 is #DEE9FF. Grayscale: #161616. Windows color (decimal): -14608896 or 5665. OLE color: 5665.

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

Color convert

RGB33220-
CMYK00.3310.87
HSL40º100%6.47%-
HSV(B)40º100%12.94%-
XYZ0.910.90.12-
YUV22.78115.14135.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 60%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3322000.3310.87401006.47
Hex21160021645728646
Octal41260041144127501446
Binary1000011011000100001110010010101111010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211600; }

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

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

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

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

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

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

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

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