#895773

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

Shades of Strikemaster #895773

Tints of Strikemaster #895773

Color information

#895773 (or 0x895773) is unknown color: approx Strikemaster. HEX triplet: 89, 57 and 73. RGB value is (137,87,115). Sum of RGB (Red+Green+Blue) = 137+87+115=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #895773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895773 is #76A88C. Grayscale: #696969. Windows color (decimal): -7776397 or 7559049. OLE color: 7559049.

HSL color Cylindrical-coordinate representation of color #895773: hue angle of 326.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895773 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13787115-
CMYK00.360.160.46
HSL326.4º22.32%43.92%-
HSV(B)326.4º36.5%53.73%-
XYZ16.8213.3717.91-
YUV105.14133.56150.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=40.41%
G=25.66%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378711500.360.160.46326.422.3243.92
Hex895773024102E146162c
Octal21112716304420565062654
Binary100010011010111111001101001001000010111010100011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895773; }

 p { color: rgb(137,87,115); }

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

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

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

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

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

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

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