#894342

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

Shades of Matrix #894342

Tints of Matrix #894342

Color information

#894342 (or 0x894342) is unknown color: approx Matrix. HEX triplet: 89, 43 and 42. RGB value is (137,67,66). Sum of RGB (Red+Green+Blue) = 137+67+66=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #894342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894342 is #76BCBD. Grayscale: #575757. Windows color (decimal): -7781566 or 4342665. OLE color: 4342665.

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

Color convert

RGB1376766-
CMYK00.510.520.46
HSL0.85º34.98%39.8%-
HSV(B)0.85º51.82%53.73%-
XYZ13.319.736.33-
YUV87.82115.69163.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=50.74%
G=24.81%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137676600.510.520.460.8534.9839.8
Hex894342033342E12328
Octal211103102063645614350
Binary100010011000011100001001100111101001011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894342; }

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

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

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

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

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

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

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

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