#21200D

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

Shades of Maire #21200D

Tints of Maire #21200D

Color information

#21200D (or 0x21200D) is unknown color: approx Maire. HEX triplet: 21, 20 and 0D. RGB value is (33,32,13). Sum of RGB (Red+Green+Blue) = 33+32+13=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #21200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21200D is #DEDFF2. Grayscale: #1E1E1E. Windows color (decimal): -14606323 or 860193. OLE color: 860193.

HSL color Cylindrical-coordinate representation of color #21200D: hue angle of 57º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21200D is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB333213-
CMYK00.030.610.87
HSL57º43.48%9.02%-
HSV(B)57º60.61%12.94%-
XYZ1.221.390.58-
YUV30.13118.33130.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=42.31%
G=41.03%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33321300.030.610.875743.489.02
Hex2120D033D57392b9
Octal4140150375127715311
Binary100001100000110101111110110101111110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21200D; }

 p { color: rgb(33,32,13); }

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

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

 a { background-color: rgb(33,32,13); }

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

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

 span { border-color: rgb(33,32,13); }

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