#854444

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

Shades of Matrix #854444

Tints of Matrix #854444

Color information

#854444 (or 0x854444) is unknown color: approx Matrix. HEX triplet: 85, 44 and 44. RGB value is (133,68,68). Sum of RGB (Red+Green+Blue) = 133+68+68=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854444 is #7ABBBB. Grayscale: #575757. Windows color (decimal): -8043452 or 4473989. OLE color: 4473989.

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

Color convert

RGB1336868-
CMYK00.490.490.48
HSL32.34%39.41%-
HSV(B)48.87%52.16%-
XYZ12.789.546.64-
YUV87.43117.03160.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=49.44%
G=25.28%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133686800.490.490.48032.3439.41
Hex854444031313002027
Octal205104104061616004047
Binary100001011000100100010001100011100011100000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854444; }

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

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

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

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

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

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

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

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