#89637F

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

Shades of Strikemaster #89637F

Tints of Strikemaster #89637F

Color information

#89637F (or 0x89637F) is unknown color: approx Strikemaster. HEX triplet: 89, 63 and 7F. RGB value is (137,99,127). Sum of RGB (Red+Green+Blue) = 137+99+127=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89637F is #769C80. Grayscale: #717171. Windows color (decimal): -7773313 or 8348553. OLE color: 8348553.

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

Color convert

RGB13799127-
CMYK00.280.070.46
HSL315.79º16.1%46.27%-
HSV(B)315.79º27.74%53.73%-
XYZ18.6115.7722.14-
YUV113.55135.59144.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 127 (50% from 255) = 34.99%
R=37.74%
G=27.27%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379912700.280.070.46315.7916.146.27
Hex89637F01C72E13c102e
Octal2111431770347564742056
Binary100010011100011111111101110011110111010011110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89637F; }

 p { color: rgb(137,99,127); }

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

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

 a { background-color: rgb(137,99,127); }

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

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

 span { border-color: rgb(137,99,127); }

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