#201C09

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

Shades of Maire #201C09

Tints of Maire #201C09

Color information

#201C09 (or 0x201C09) is unknown color: approx Maire. HEX triplet: 20, 1C and 09. RGB value is (32,28,9). Sum of RGB (Red+Green+Blue) = 32+28+9=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #201C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C09 is #DFE3F6. Grayscale: #1B1B1B. Windows color (decimal): -14672887 or 597024. OLE color: 597024.

HSL color Cylindrical-coordinate representation of color #201C09: hue angle of 49.57º 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 #201C09 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB32289-
CMYK00.120.720.87
HSL49.57º56.1%8.04%-
HSV(B)49.57º71.88%12.55%-
XYZ1.061.160.43-
YUV27.03117.83131.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 28 (11.33% from 255) = 40.58%
BLUE value IS 9 (3.91% from 255) = 13.04%
R=46.38%
G=40.58%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3228900.120.720.8749.5756.18.04
Hex201C90C485732388
Octal403411014110127627010
Binary10000011100100101100100100010101111100101110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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