#897381

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

Shades of Strikemaster #897381

Tints of Strikemaster #897381

Color information

#897381 (or 0x897381) is unknown color: approx Strikemaster. HEX triplet: 89, 73 and 81. RGB value is (137,115,129). Sum of RGB (Red+Green+Blue) = 137+115+129=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #897381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897381 is #768C7E. Grayscale: #7B7B7B. Windows color (decimal): -7769215 or 8483721. OLE color: 8483721.

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

Color convert

RGB137115129-
CMYK00.160.060.46
HSL321.82º8.73%49.41%-
HSV(B)321.82º16.06%53.73%-
XYZ20.4119.1623.39-
YUV123.17131.29137.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=35.96%
G=30.18%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711512900.160.060.46321.828.7349.41
Hex89738101062E142931
Octal2111632010206565021161
Binary100010011110011100000010100001101011101010000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897381; }

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

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

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

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

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

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

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

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