#89617A

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

Shades of Strikemaster #89617A

Tints of Strikemaster #89617A

Color information

#89617A (or 0x89617A) is unknown color: approx Strikemaster. HEX triplet: 89, 61 and 7A. RGB value is (137,97,122). Sum of RGB (Red+Green+Blue) = 137+97+122=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #89617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89617A is #769E85. Grayscale: #6F6F6F. Windows color (decimal): -7773830 or 8020361. OLE color: 8020361.

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

Color convert

RGB13797122-
CMYK00.290.110.46
HSL322.5º17.09%45.88%-
HSV(B)322.5º29.2%53.73%-
XYZ18.115.2720.41-
YUV111.81133.75145.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=38.48%
G=27.25%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379712200.290.110.46322.517.0945.88
Hex89617A01DB2E142112e
Octal21114117203513565022156
Binary1000100111000011111010011101101110111010100001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89617A; }

 p { color: rgb(137,97,122); }

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

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

 a { background-color: rgb(137,97,122); }

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

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

 span { border-color: rgb(137,97,122); }

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