#864443

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

Shades of Matrix #864443

Tints of Matrix #864443

Color information

#864443 (or 0x864443) is unknown color: approx Matrix. HEX triplet: 86, 44 and 43. RGB value is (134,68,67). Sum of RGB (Red+Green+Blue) = 134+68+67=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #864443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864443 is #79BBBC. Grayscale: #575757. Windows color (decimal): -7977917 or 4408454. OLE color: 4408454.

HSL color Cylindrical-coordinate representation of color #864443: hue angle of 0.9º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864443 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB1346867-
CMYK00.490.50.47
HSL0.9º33.33%39.41%-
HSV(B)0.9º50%52.55%-
XYZ12.919.616.48-
YUV87.62116.37161.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 67 (26.56% from 255) = 24.91%
R=49.81%
G=25.28%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134686700.490.50.470.933.3339.41
Hex864443031322F12127
Octal206104103061625714147
Binary100001101000100100001101100011100101011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864443; }

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

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

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

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

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

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

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

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