#211A09

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

Shades of Maire #211A09

Tints of Maire #211A09

Color information

#211A09 (or 0x211A09) is unknown color: approx Maire. HEX triplet: 21, 1A and 09. RGB value is (33,26,9). Sum of RGB (Red+Green+Blue) = 33+26+9=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #211A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211A09 is #DEE5F6. Grayscale: #1A1A1A. Windows color (decimal): -14607863 or 596513. OLE color: 596513.

HSL color Cylindrical-coordinate representation of color #211A09: hue angle of 42.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211A09 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB33269-
CMYK00.210.730.87
HSL42.5º57.14%8.24%-
HSV(B)42.5º72.73%12.94%-
XYZ1.051.080.41-
YUV26.15118.32132.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 48.53%
GREEN value IS 26 (10.55% from 255) = 38.24%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=48.53%
G=38.24%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3326900.210.730.8742.557.148.24
Hex211A901549572a398
Octal413211025111127527110
Binary100001110101001010101100100110101111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211A09; }

 p { color: rgb(33,26,9); }

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

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

 a { background-color: rgb(33,26,9); }

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

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

 span { border-color: rgb(33,26,9); }

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