#854442

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

Shades of Matrix #854442

Tints of Matrix #854442

Color information

#854442 (or 0x854442) is unknown color: approx Matrix. HEX triplet: 85, 44 and 42. RGB value is (133,68,66). Sum of RGB (Red+Green+Blue) = 133+68+66=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #854442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854442 is #7ABBBD. Grayscale: #575757. Windows color (decimal): -8043454 or 4342917. OLE color: 4342917.

HSL color Cylindrical-coordinate representation of color #854442: hue angle of 1.79º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854442 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB1336866-
CMYK00.490.500.48
HSL1.79º33.67%39.02%-
HSV(B)1.79º50.38%52.16%-
XYZ12.729.516.32-
YUV87.21116.03160.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=49.81%
G=25.47%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133686600.490.500.481.7933.6739.02
Hex854442031323022227
Octal205104102061626024247
Binary1000010110001001000010011000111001011000010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854442; }

 p { color: rgb(133,68,66); }

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

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

 a { background-color: rgb(133,68,66); }

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

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

 span { border-color: rgb(133,68,66); }

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