#894B42

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

Shades of Matrix #894B42

Tints of Matrix #894B42

Color information

#894B42 (or 0x894B42) is unknown color: approx Matrix. HEX triplet: 89, 4B and 42. RGB value is (137,75,66). Sum of RGB (Red+Green+Blue) = 137+75+66=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #894B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B42 is #76B4BD. Grayscale: #5C5C5C. Windows color (decimal): -7779518 or 4344713. OLE color: 4344713.

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

Color convert

RGB1377566-
CMYK00.450.520.46
HSL7.61º34.98%39.8%-
HSV(B)7.61º51.82%53.73%-
XYZ13.8210.746.5-
YUV92.51113.04159.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=49.28%
G=26.98%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137756600.450.520.467.6134.9839.8
Hex894B4202D342E82328
Octal2111131020556456104350
Binary100010011001011100001001011011101001011101000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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