#201C04

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

Shades of Maire #201C04

Tints of Maire #201C04

Color information

#201C04 (or 0x201C04) is unknown color: approx Maire. HEX triplet: 20, 1C and 04. RGB value is (32,28,4). Sum of RGB (Red+Green+Blue) = 32+28+4=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #201C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C04 is #DFE3FB. Grayscale: #1A1A1A. Windows color (decimal): -14672892 or 269344. OLE color: 269344.

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

Color convert

RGB32284-
CMYK00.120.870.87
HSL51.43º77.78%7.06%-
HSV(B)51.43º87.5%12.55%-
XYZ1.031.150.28-
YUV26.46115.33131.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 43.75%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=50%
G=43.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3228400.120.870.8751.4377.787.06
Hex201C40C5757334e7
Octal40344014127127631167
Binary1000001110010001100101011110101111100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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