#894443

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

Shades of Matrix #894443

Tints of Matrix #894443

Color information

#894443 (or 0x894443) is unknown color: approx Matrix. HEX triplet: 89, 44 and 43. RGB value is (137,68,67). Sum of RGB (Red+Green+Blue) = 137+68+67=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #894443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894443 is #76BBBC. Grayscale: #585858. Windows color (decimal): -7781309 or 4408457. OLE color: 4408457.

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

Color convert

RGB1376867-
CMYK00.500.510.46
HSL0.86º34.31%40%-
HSV(B)0.86º51.09%53.73%-
XYZ13.49.866.51-
YUV88.52115.86162.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 67 (26.56% from 255) = 24.63%
R=50.37%
G=25%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137686700.500.510.460.8634.3140
Hex894443032332E12228
Octal211104103062635614250
Binary100010011000100100001101100101100111011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894443; }

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

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

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

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

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

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

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

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