#89637A

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

Shades of Strikemaster #89637A

Tints of Strikemaster #89637A

Color information

#89637A (or 0x89637A) is unknown color: approx Strikemaster. HEX triplet: 89, 63 and 7A. RGB value is (137,99,122). Sum of RGB (Red+Green+Blue) = 137+99+122=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #89637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89637A is #769C85. Grayscale: #707070. Windows color (decimal): -7773318 or 8020873. OLE color: 8020873.

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

Color convert

RGB13799122-
CMYK00.280.110.46
HSL323.68º16.1%46.27%-
HSV(B)323.68º27.74%53.73%-
XYZ18.2915.6520.47-
YUV112.98133.09145.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=38.27%
G=27.65%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379912200.280.110.46323.6816.146.27
Hex89637A01CB2E144102e
Octal21114317203413565042056
Binary1000100111000111111010011100101110111010100010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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