#201A06

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

Shades of Maire #201A06

Tints of Maire #201A06

Color information

#201A06 (or 0x201A06) is unknown color: approx Maire. HEX triplet: 20, 1A and 06. RGB value is (32,26,6). Sum of RGB (Red+Green+Blue) = 32+26+6=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #201A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201A06 is #DFE5F9. Grayscale: #191919. Windows color (decimal): -14673402 or 399904. OLE color: 399904.

HSL color Cylindrical-coordinate representation of color #201A06: hue angle of 46.15º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201A06 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB32266-
CMYK00.190.810.87
HSL46.15º68.42%7.45%-
HSV(B)46.15º81.25%12.55%-
XYZ11.060.32-
YUV25.51116.99132.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 40.62%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=50%
G=40.62%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3226600.190.810.8746.1568.427.45
Hex201A601351572e447
Octal40326023121127561047
Binary10000011010110010011101000110101111011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,26,6); }

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

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

 a { background-color: rgb(32,26,6); }

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

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

 span { border-color: rgb(32,26,6); }

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