#894742

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

Shades of Matrix #894742

Tints of Matrix #894742

Color information

#894742 (or 0x894742) is unknown color: approx Matrix. HEX triplet: 89, 47 and 42. RGB value is (137,71,66). Sum of RGB (Red+Green+Blue) = 137+71+66=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #894742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894742 is #76B8BD. Grayscale: #5A5A5A. Windows color (decimal): -7780542 or 4343689. OLE color: 4343689.

HSL color Cylindrical-coordinate representation of color #894742: hue angle of 4.23º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894742 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1377166-
CMYK00.480.520.46
HSL4.23º34.98%39.8%-
HSV(B)4.23º51.82%53.73%-
XYZ13.5510.226.41-
YUV90.16114.37161.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=50%
G=25.91%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137716600.480.520.464.2334.9839.8
Hex894742030342E42328
Octal211107102060645644350
Binary10001001100011110000100110000110100101110100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894742; }

 p { color: rgb(137,71,66); }

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

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

 a { background-color: rgb(137,71,66); }

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

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

 span { border-color: rgb(137,71,66); }

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