#897180

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

Shades of Strikemaster #897180

Tints of Strikemaster #897180

Color information

#897180 (or 0x897180) is unknown color: approx Strikemaster. HEX triplet: 89, 71 and 80. RGB value is (137,113,128). Sum of RGB (Red+Green+Blue) = 137+113+128=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #897180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897180 is #768E7F. Grayscale: #797979. Windows color (decimal): -7769728 or 8417673. OLE color: 8417673.

HSL color Cylindrical-coordinate representation of color #897180: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897180 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB137113128-
CMYK00.180.070.46
HSL322.5º9.6%49.02%-
HSV(B)322.5º17.52%53.73%-
XYZ20.1218.6922.97-
YUV121.89131.45138.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=36.24%
G=29.89%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711312800.180.070.46322.59.649.02
Hex89718001272E142a31
Octal2111612000227565021261
Binary100010011110001100000000100101111011101010000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897180; }

 p { color: rgb(137,113,128); }

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

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

 a { background-color: rgb(137,113,128); }

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

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

 span { border-color: rgb(137,113,128); }

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