#21200C

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

Shades of Maire #21200C

Tints of Maire #21200C

Color information

#21200C (or 0x21200C) is unknown color: approx Maire. HEX triplet: 21, 20 and 0C. RGB value is (33,32,12). Sum of RGB (Red+Green+Blue) = 33+32+12=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #21200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21200C is #DEDFF3. Grayscale: #1E1E1E. Windows color (decimal): -14606324 or 794657. OLE color: 794657.

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

Color convert

RGB333212-
CMYK00.030.640.87
HSL57.14º46.67%8.82%-
HSV(B)57.14º63.64%12.94%-
XYZ1.211.380.55-
YUV30.02117.83130.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 32 (12.89% from 255) = 41.56%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=42.86%
G=41.56%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33321200.030.640.8757.1446.678.82
Hex2120C034057392f9
Octal41401403100127715711
Binary1000011000001100011100000010101111110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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