#897280

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

Shades of Strikemaster #897280

Tints of Strikemaster #897280

Color information

#897280 (or 0x897280) is unknown color: approx Strikemaster. HEX triplet: 89, 72 and 80. RGB value is (137,114,128). Sum of RGB (Red+Green+Blue) = 137+114+128=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #897280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897280 is #768D7F. Grayscale: #7A7A7A. Windows color (decimal): -7769472 or 8417929. OLE color: 8417929.

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

Color convert

RGB137114128-
CMYK00.170.070.46
HSL323.48º9.16%49.22%-
HSV(B)323.48º16.79%53.73%-
XYZ20.2318.9123.01-
YUV122.47131.12138.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=36.15%
G=30.08%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711412800.170.070.46323.489.1649.22
Hex89728001172E143931
Octal2111622000217565031161
Binary100010011110010100000000100011111011101010000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897280; }

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

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

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

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

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

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

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

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