#856379

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

Shades of Strikemaster #856379

Tints of Strikemaster #856379

Color information

#856379 (or 0x856379) is unknown color: approx Strikemaster. HEX triplet: 85, 63 and 79. RGB value is (133,99,121). Sum of RGB (Red+Green+Blue) = 133+99+121=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856379 is #7A9C86. Grayscale: #6F6F6F. Windows color (decimal): -8035463 or 7955333. OLE color: 7955333.

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

Color convert

RGB13399121-
CMYK00.260.090.48
HSL321.18º14.66%45.49%-
HSV(B)321.18º25.56%52.16%-
XYZ17.5915.2920.11-
YUV111.67133.26143.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=37.68%
G=28.05%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339912100.260.090.48321.1814.6645.49
Hex85637901A930141f2d
Octal20514317103211605011755
Binary100001011100011111100101101010011100001010000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856379; }

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

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

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

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

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

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

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

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