#201D10

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

Shades of Maire #201D10

Tints of Maire #201D10

Color information

#201D10 (or 0x201D10) is unknown color: approx Maire. HEX triplet: 20, 1D and 10. RGB value is (32,29,16). Sum of RGB (Red+Green+Blue) = 32+29+16=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #201D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D10 is #DFE2EF. Grayscale: #1C1C1C. Windows color (decimal): -14672624 or 1056032. OLE color: 1056032.

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

Color convert

RGB322916-
CMYK00.090.50.87
HSL48.75º33.33%9.41%-
HSV(B)48.75º50%12.55%-
XYZ1.131.220.67-
YUV28.42120.99130.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=41.56%
G=37.66%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32291600.090.50.8748.7533.339.41
Hex201D1009325731219
Octal40352001162127614111
Binary10000011101100000100111001010101111100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201D10; }

 p { color: rgb(32,29,16); }

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

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

 a { background-color: rgb(32,29,16); }

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

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

 span { border-color: rgb(32,29,16); }

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