#895973

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

Shades of Strikemaster #895973

Tints of Strikemaster #895973

Color information

#895973 (or 0x895973) is unknown color: approx Strikemaster. HEX triplet: 89, 59 and 73. RGB value is (137,89,115). Sum of RGB (Red+Green+Blue) = 137+89+115=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895973 is #76A68C. Grayscale: #6A6A6A. Windows color (decimal): -7775885 or 7559561. OLE color: 7559561.

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

Color convert

RGB13789115-
CMYK00.350.160.46
HSL327.5º21.24%44.31%-
HSV(B)327.5º35.04%53.73%-
XYZ16.9813.717.97-
YUV106.32132.9149.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=40.18%
G=26.10%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378911500.350.160.46327.521.2444.31
Hex895973023102E148152c
Octal21113116304320565102554
Binary100010011011001111001101000111000010111010100100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895973; }

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

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

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

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

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

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

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

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