#856179

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

Shades of Strikemaster #856179

Tints of Strikemaster #856179

Color information

#856179 (or 0x856179) is unknown color: approx Strikemaster. HEX triplet: 85, 61 and 79. RGB value is (133,97,121). Sum of RGB (Red+Green+Blue) = 133+97+121=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856179 is #7A9E86. Grayscale: #6E6E6E. Windows color (decimal): -8035975 or 7954821. OLE color: 7954821.

HSL color Cylindrical-coordinate representation of color #856179: hue angle of 320º 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 #856179 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13397121-
CMYK00.270.090.48
HSL320º15.65%45.1%-
HSV(B)320º27.07%52.16%-
XYZ17.414.9220.05-
YUV110.5133.93144.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=37.89%
G=27.64%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339712100.270.090.4832015.6545.1
Hex85617901B930140102d
Octal20514117103311605002055
Binary1000010111000011111001011011100111000010100000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856179; }

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

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

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

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

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

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

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

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