#895476

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

Shades of Strikemaster #895476

Tints of Strikemaster #895476

Color information

#895476 (or 0x895476) is unknown color: approx Strikemaster. HEX triplet: 89, 54 and 76. RGB value is (137,84,118). Sum of RGB (Red+Green+Blue) = 137+84+118=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #895476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895476 is #76AB89. Grayscale: #676767. Windows color (decimal): -7777162 or 7754889. OLE color: 7754889.

HSL color Cylindrical-coordinate representation of color #895476: hue angle of 321.51º degrees, saturation: 0.24, 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 #895476 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13784118-
CMYK00.390.140.46
HSL321.51º23.98%43.33%-
HSV(B)321.51º38.69%53.73%-
XYZ16.7612.9718.76-
YUV103.72136.06151.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=40.41%
G=24.78%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378411800.390.140.46321.5123.9843.33
Hex895476027E2E142182b
Octal21112416604716565023053
Binary10001001101010011101100100111111010111010100001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895476; }

 p { color: rgb(137,84,118); }

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

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

 a { background-color: rgb(137,84,118); }

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

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

 span { border-color: rgb(137,84,118); }

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