#894343

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

Shades of Matrix #894343

Tints of Matrix #894343

Color information

#894343 (or 0x894343) is unknown color: approx Matrix. HEX triplet: 89, 43 and 43. RGB value is (137,67,67). Sum of RGB (Red+Green+Blue) = 137+67+67=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #894343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894343 is #76BCBC. Grayscale: #585858. Windows color (decimal): -7781565 or 4408201. OLE color: 4408201.

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

Color convert

RGB1376767-
CMYK00.510.510.46
HSL34.31%40%-
HSV(B)51.09%53.73%-
XYZ13.349.746.49-
YUV87.93116.19163-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=50.55%
G=24.72%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137676700.510.510.46034.3140
Hex894343033332E02228
Octal211103103063635604250
Binary100010011000011100001101100111100111011100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894343; }

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

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

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

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

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

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

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

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