#895277

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

Shades of Strikemaster #895277

Tints of Strikemaster #895277

Color information

#895277 (or 0x895277) is unknown color: approx Strikemaster. HEX triplet: 89, 52 and 77. RGB value is (137,82,119). Sum of RGB (Red+Green+Blue) = 137+82+119=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895277 is #76AD88. Grayscale: #666666. Windows color (decimal): -7777673 or 7819913. OLE color: 7819913.

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

Color convert

RGB13782119-
CMYK00.400.130.46
HSL319.64º25.11%42.94%-
HSV(B)319.64º40.15%53.73%-
XYZ16.6612.6819.02-
YUV102.66137.22152.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=40.53%
G=24.26%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378211900.400.130.46319.6425.1142.94
Hex895277028D2E140192b
Octal21112216705015565003153
Binary10001001101001011101110101000110110111010100000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895277; }

 p { color: rgb(137,82,119); }

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

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

 a { background-color: rgb(137,82,119); }

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

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

 span { border-color: rgb(137,82,119); }

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