#895979

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

Shades of Strikemaster #895979

Tints of Strikemaster #895979

Color information

#895979 (or 0x895979) is unknown color: approx Strikemaster. HEX triplet: 89, 59 and 79. RGB value is (137,89,121). Sum of RGB (Red+Green+Blue) = 137+89+121=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #895979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895979 is #76A686. Grayscale: #6A6A6A. Windows color (decimal): -7775879 or 7952777. OLE color: 7952777.

HSL color Cylindrical-coordinate representation of color #895979: hue angle of 320º 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 #895979 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13789121-
CMYK00.350.120.46
HSL320º21.24%44.31%-
HSV(B)320º35.04%53.73%-
XYZ17.3413.8419.85-
YUV107135.9149.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=39.48%
G=25.65%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378912100.350.120.4632021.2444.31
Hex895979023C2E140152c
Octal21113117104314565002554
Binary10001001101100111110010100011110010111010100000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895979; }

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

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

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

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

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

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

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

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