#89637B

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

Shades of Strikemaster #89637B

Tints of Strikemaster #89637B

Color information

#89637B (or 0x89637B) is unknown color: approx Strikemaster. HEX triplet: 89, 63 and 7B. RGB value is (137,99,123). Sum of RGB (Red+Green+Blue) = 137+99+123=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89637B is #769C84. Grayscale: #717171. Windows color (decimal): -7773317 or 8086409. OLE color: 8086409.

HSL color Cylindrical-coordinate representation of color #89637B: hue angle of 322.11º 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 #89637B is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB13799123-
CMYK00.280.100.46
HSL322.11º16.1%46.27%-
HSV(B)322.11º27.74%53.73%-
XYZ18.3515.6720.8-
YUV113.1133.59145.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=38.16%
G=27.58%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379912300.280.100.46322.1116.146.27
Hex89637B01CA2E142102e
Octal21114317303412565022056
Binary1000100111000111111011011100101010111010100001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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