#895378

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

Shades of Strikemaster #895378

Tints of Strikemaster #895378

Color information

#895378 (or 0x895378) is unknown color: approx Strikemaster. HEX triplet: 89, 53 and 78. RGB value is (137,83,120). Sum of RGB (Red+Green+Blue) = 137+83+120=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #895378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895378 is #76AC87. Grayscale: #676767. Windows color (decimal): -7777416 or 7885705. OLE color: 7885705.

HSL color Cylindrical-coordinate representation of color #895378: hue angle of 318.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895378 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13783120-
CMYK00.390.120.46
HSL318.89º24.55%43.14%-
HSV(B)318.89º39.42%53.73%-
XYZ16.812.8619.37-
YUV103.36137.39151.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=40.29%
G=24.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378312000.390.120.46318.8924.5543.14
Hex895378027C2E13f192b
Octal21112317004714564773153
Binary10001001101001111110000100111110010111010011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895378; }

 p { color: rgb(137,83,120); }

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

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

 a { background-color: rgb(137,83,120); }

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

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

 span { border-color: rgb(137,83,120); }

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