#89647A

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

Shades of Strikemaster #89647A

Tints of Strikemaster #89647A

Color information

#89647A (or 0x89647A) is unknown color: approx Strikemaster. HEX triplet: 89, 64 and 7A. RGB value is (137,100,122). Sum of RGB (Red+Green+Blue) = 137+100+122=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89647A is #769B85. Grayscale: #717171. Windows color (decimal): -7773062 or 8021129. OLE color: 8021129.

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

Color convert

RGB137100122-
CMYK00.270.110.46
HSL324.32º15.61%46.47%-
HSV(B)324.32º27.01%53.73%-
XYZ18.3915.8420.5-
YUV113.57132.76144.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=38.16%
G=27.86%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710012200.270.110.46324.3215.6146.47
Hex89647A01BB2E144102e
Octal21114417203313565042056
Binary1000100111001001111010011011101110111010100010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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