#897481

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

Shades of Strikemaster #897481

Tints of Strikemaster #897481

Color information

#897481 (or 0x897481) is unknown color: approx Strikemaster. HEX triplet: 89, 74 and 81. RGB value is (137,116,129). Sum of RGB (Red+Green+Blue) = 137+116+129=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #897481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897481 is #768B7E. Grayscale: #7B7B7B. Windows color (decimal): -7768959 or 8483977. OLE color: 8483977.

HSL color Cylindrical-coordinate representation of color #897481: hue angle of 322.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897481 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB137116129-
CMYK00.150.060.46
HSL322.86º8.3%49.61%-
HSV(B)322.86º15.33%53.73%-
XYZ20.5219.3923.43-
YUV123.76130.96137.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=35.86%
G=30.37%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711612900.150.060.46322.868.349.61
Hex8974810F62E143832
Octal2111642010176565031062
Binary10001001111010010000001011111101011101010000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897481; }

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

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

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

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

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

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

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

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