#895679

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

Shades of Strikemaster #895679

Tints of Strikemaster #895679

Color information

#895679 (or 0x895679) is unknown color: approx Strikemaster. HEX triplet: 89, 56 and 79. RGB value is (137,86,121). Sum of RGB (Red+Green+Blue) = 137+86+121=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #895679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895679 is #76A986. Grayscale: #696969. Windows color (decimal): -7776647 or 7952009. OLE color: 7952009.

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

Color convert

RGB13786121-
CMYK00.370.120.46
HSL318.82º22.87%43.73%-
HSV(B)318.82º37.23%53.73%-
XYZ17.113.3519.77-
YUV105.24136.9150.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=39.83%
G=25%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378612100.370.120.46318.8222.8743.73
Hex895679025C2E13f172c
Octal21112617104514564772754
Binary10001001101011011110010100101110010111010011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895679; }

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

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

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

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

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

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

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

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