#894545

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

Shades of Matrix #894545

Tints of Matrix #894545

Color information

#894545 (or 0x894545) is unknown color: approx Matrix. HEX triplet: 89, 45 and 45. RGB value is (137,69,69). Sum of RGB (Red+Green+Blue) = 137+69+69=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #894545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894545 is #76BABA. Grayscale: #595959. Windows color (decimal): -7781051 or 4539785. OLE color: 4539785.

HSL color Cylindrical-coordinate representation of color #894545: hue angle of 0º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894545 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB1376969-
CMYK00.500.500.46
HSL33.01%40.39%-
HSV(B)49.64%53.73%-
XYZ13.52106.85-
YUV89.33116.53162-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=49.82%
G=25.09%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137696900.500.500.46033.0140.39
Hex894545032322E02128
Octal211105105062625604150
Binary100010011000101100010101100101100101011100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894545; }

 p { color: rgb(137,69,69); }

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

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

 a { background-color: rgb(137,69,69); }

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

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

 span { border-color: rgb(137,69,69); }

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