#895076

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

Shades of Strikemaster #895076

Tints of Strikemaster #895076

Color information

#895076 (or 0x895076) is unknown color: approx Strikemaster. HEX triplet: 89, 50 and 76. RGB value is (137,80,118). Sum of RGB (Red+Green+Blue) = 137+80+118=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #895076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895076 is #76AF89. Grayscale: #656565. Windows color (decimal): -7778186 or 7753865. OLE color: 7753865.

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

Color convert

RGB13780118-
CMYK00.420.140.46
HSL320º26.27%42.55%-
HSV(B)320º41.61%53.73%-
XYZ16.4612.3618.66-
YUV101.38137.38153.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=40.90%
G=23.88%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378011800.420.140.4632026.2742.55
Hex89507602AE2E1401a2b
Octal21112016605216565003253
Binary10001001101000011101100101010111010111010100000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895076; }

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

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

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

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

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

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

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

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