#856479

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

Shades of Strikemaster #856479

Tints of Strikemaster #856479

Color information

#856479 (or 0x856479) is unknown color: approx Strikemaster. HEX triplet: 85, 64 and 79. RGB value is (133,100,121). Sum of RGB (Red+Green+Blue) = 133+100+121=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856479 is #7A9B86. Grayscale: #707070. Windows color (decimal): -8035207 or 7955589. OLE color: 7955589.

HSL color Cylindrical-coordinate representation of color #856479: hue angle of 321.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856479 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB133100121-
CMYK00.250.090.48
HSL321.82º14.16%45.69%-
HSV(B)321.82º24.81%52.16%-
XYZ17.6815.4820.15-
YUV112.26132.93142.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=37.57%
G=28.25%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310012100.250.090.48321.8214.1645.69
Hex856479019930142e2e
Octal20514417103111605021656
Binary100001011100100111100101100110011100001010000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856479; }

 p { color: rgb(133,100,121); }

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

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

 a { background-color: rgb(133,100,121); }

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

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

 span { border-color: rgb(133,100,121); }

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