#895874

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

Shades of Strikemaster #895874

Tints of Strikemaster #895874

Color information

#895874 (or 0x895874) is unknown color: approx Strikemaster. HEX triplet: 89, 58 and 74. RGB value is (137,88,116). Sum of RGB (Red+Green+Blue) = 137+88+116=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895874 is #76A78B. Grayscale: #696969. Windows color (decimal): -7776140 or 7624841. OLE color: 7624841.

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

Color convert

RGB13788116-
CMYK00.360.150.46
HSL325.71º21.78%44.12%-
HSV(B)325.71º35.77%53.73%-
XYZ16.9613.5618.25-
YUV105.84133.73150.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=40.18%
G=25.81%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378811600.360.150.46325.7121.7844.12
Hex895874024F2E146162c
Octal21113016404417565062654
Binary10001001101100011101000100100111110111010100011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895874; }

 p { color: rgb(137,88,116); }

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

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

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

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

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

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

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