#854443

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

Shades of Matrix #854443

Tints of Matrix #854443

Color information

#854443 (or 0x854443) is unknown color: approx Matrix. HEX triplet: 85, 44 and 43. RGB value is (133,68,67). Sum of RGB (Red+Green+Blue) = 133+68+67=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854443 is #7ABBBC. Grayscale: #575757. Windows color (decimal): -8043453 or 4408453. OLE color: 4408453.

HSL color Cylindrical-coordinate representation of color #854443: hue angle of 0.91º degrees, saturation: 0.33, 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 #854443 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB1336867-
CMYK00.490.500.48
HSL0.91º33%39.22%-
HSV(B)0.91º49.62%52.16%-
XYZ12.759.536.48-
YUV87.32116.53160.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 67 (26.56% from 255) = 25%
R=49.63%
G=25.37%
B=25%

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
Decimal133686700.490.500.480.913339.22
Hex854443031323012127
Octal205104103061626014147
Binary100001011000100100001101100011100101100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854443; }

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

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

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

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

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

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

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

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