#864440

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

Shades of Matrix #864440

Tints of Matrix #864440

Color information

#864440 (or 0x864440) is unknown color: approx Matrix. HEX triplet: 86, 44 and 40. RGB value is (134,68,64). Sum of RGB (Red+Green+Blue) = 134+68+64=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #864440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864440 is #79BBBF. Grayscale: #575757. Windows color (decimal): -7977920 or 4211846. OLE color: 4211846.

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

Color convert

RGB1346864-
CMYK00.490.520.47
HSL3.43º35.35%38.82%-
HSV(B)3.43º52.24%52.55%-
XYZ12.829.576.02-
YUV87.28114.87161.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=50.38%
G=25.56%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134686400.490.520.473.4335.3538.82
Hex864440031342F32327
Octal206104100061645734347
Binary1000011010001001000000011000111010010111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864440; }

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

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

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

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

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

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

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

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