#201D04

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

Shades of Maire #201D04

Tints of Maire #201D04

Color information

#201D04 (or 0x201D04) is unknown color: approx Maire. HEX triplet: 20, 1D and 04. RGB value is (32,29,4). Sum of RGB (Red+Green+Blue) = 32+29+4=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #201D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D04 is #DFE2FB. Grayscale: #1B1B1B. Windows color (decimal): -14672636 or 269600. OLE color: 269600.

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

Color convert

RGB32294-
CMYK00.090.870.87
HSL53.57º77.78%7.06%-
HSV(B)53.57º87.5%12.55%-
XYZ1.061.190.29-
YUV27.05114.99131.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 49.23%
GREEN value IS 29 (11.72% from 255) = 44.62%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=49.23%
G=44.62%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3229400.090.870.8753.5777.787.06
Hex201D4095757364e7
Octal40354011127127661167
Binary1000001110110001001101011110101111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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