#895278

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

Shades of Strikemaster #895278

Tints of Strikemaster #895278

Color information

#895278 (or 0x895278) is unknown color: approx Strikemaster. HEX triplet: 89, 52 and 78. RGB value is (137,82,120). Sum of RGB (Red+Green+Blue) = 137+82+120=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #895278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895278 is #76AD87. Grayscale: #666666. Windows color (decimal): -7777672 or 7885449. OLE color: 7885449.

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

Color convert

RGB13782120-
CMYK00.400.120.46
HSL318.55º25.11%42.94%-
HSV(B)318.55º40.15%53.73%-
XYZ16.7212.7119.34-
YUV102.78137.72152.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=40.41%
G=24.19%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378212000.400.120.46318.5525.1142.94
Hex895278028C2E13f192b
Octal21112217005014564773153
Binary10001001101001011110000101000110010111010011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895278; }

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

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

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

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

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

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

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

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