#894A42

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

Shades of Matrix #894A42

Tints of Matrix #894A42

Color information

#894A42 (or 0x894A42) is unknown color: approx Matrix. HEX triplet: 89, 4A and 42. RGB value is (137,74,66). Sum of RGB (Red+Green+Blue) = 137+74+66=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #894A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A42 is #76B5BD. Grayscale: #5C5C5C. Windows color (decimal): -7779774 or 4344457. OLE color: 4344457.

HSL color Cylindrical-coordinate representation of color #894A42: hue angle of 6.76º 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 #894A42 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1377466-
CMYK00.460.520.46
HSL6.76º34.98%39.8%-
HSV(B)6.76º51.82%53.73%-
XYZ13.7510.616.48-
YUV91.92113.37160.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=49.46%
G=26.71%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137746600.460.520.466.7634.9839.8
Hex894A4202E342E72328
Octal211112102056645674350
Binary10001001100101010000100101110110100101110111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894A42; }

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

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

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

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

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

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

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

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