#201D09

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

Shades of Maire #201D09

Tints of Maire #201D09

Color information

#201D09 (or 0x201D09) is unknown color: approx Maire. HEX triplet: 20, 1D and 09. RGB value is (32,29,9). Sum of RGB (Red+Green+Blue) = 32+29+9=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #201D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D09 is #DFE2F6. Grayscale: #1B1B1B. Windows color (decimal): -14672631 or 597280. OLE color: 597280.

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

Color convert

RGB32299-
CMYK00.090.720.87
HSL52.17º56.1%8.04%-
HSV(B)52.17º71.88%12.55%-
XYZ1.081.210.43-
YUV27.62117.49131.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 29 (11.72% from 255) = 41.43%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=45.71%
G=41.43%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3229900.090.720.8752.1756.18.04
Hex201D909485734388
Octal403511011110127647010
Binary10000011101100101001100100010101111101001110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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