#896379

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

Shades of Strikemaster #896379

Tints of Strikemaster #896379

Color information

#896379 (or 0x896379) is unknown color: approx Strikemaster. HEX triplet: 89, 63 and 79. RGB value is (137,99,121). Sum of RGB (Red+Green+Blue) = 137+99+121=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #896379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896379 is #769C86. Grayscale: #707070. Windows color (decimal): -7773319 or 7955337. OLE color: 7955337.

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

Color convert

RGB13799121-
CMYK00.280.120.46
HSL325.26º16.1%46.27%-
HSV(B)325.26º27.74%53.73%-
XYZ18.2315.6220.14-
YUV112.87132.59145.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=38.38%
G=27.73%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379912100.280.120.46325.2616.146.27
Hex89637901CC2E145102e
Octal21114317103414565052056
Binary1000100111000111111001011100110010111010100010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896379; }

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

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

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

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

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

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

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

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