#856173

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

Shades of Strikemaster #856173

Tints of Strikemaster #856173

Color information

#856173 (or 0x856173) is unknown color: approx Strikemaster. HEX triplet: 85, 61 and 73. RGB value is (133,97,115). Sum of RGB (Red+Green+Blue) = 133+97+115=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #856173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856173 is #7A9E8C. Grayscale: #6D6D6D. Windows color (decimal): -8035981 or 7561605. OLE color: 7561605.

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

Color convert

RGB13397115-
CMYK00.270.140.48
HSL330º15.65%45.1%-
HSV(B)330º27.07%52.16%-
XYZ17.0414.7718.17-
YUV109.82130.93144.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=38.55%
G=28.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339711500.270.140.4833015.6545.1
Hex85617301BE3014a102d
Octal20514116303316605122055
Binary1000010111000011110011011011111011000010100101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856173; }

 p { color: rgb(133,97,115); }

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

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

 a { background-color: rgb(133,97,115); }

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

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

 span { border-color: rgb(133,97,115); }

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