#855976

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

Shades of Strikemaster #855976

Tints of Strikemaster #855976

Color information

#855976 (or 0x855976) is unknown color: approx Strikemaster. HEX triplet: 85, 59 and 76. RGB value is (133,89,118). Sum of RGB (Red+Green+Blue) = 133+89+118=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855976 is #7AA689. Grayscale: #696969. Windows color (decimal): -8038026 or 7756165. OLE color: 7756165.

HSL color Cylindrical-coordinate representation of color #855976: hue angle of 320.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855976 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13389118-
CMYK00.330.110.48
HSL320.45º19.82%43.53%-
HSV(B)320.45º33.08%52.16%-
XYZ16.5213.4418.86-
YUV105.46135.08147.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=39.12%
G=26.18%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338911800.330.110.48320.4519.8243.53
Hex855976021B30140142c
Octal20513116604113605002454
Binary10000101101100111101100100001101111000010100000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855976; }

 p { color: rgb(133,89,118); }

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

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

 a { background-color: rgb(133,89,118); }

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

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

 span { border-color: rgb(133,89,118); }

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