#856279

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

Shades of Strikemaster #856279

Tints of Strikemaster #856279

Color information

#856279 (or 0x856279) is unknown color: approx Strikemaster. HEX triplet: 85, 62 and 79. RGB value is (133,98,121). Sum of RGB (Red+Green+Blue) = 133+98+121=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856279 is #7A9D86. Grayscale: #6F6F6F. Windows color (decimal): -8035719 or 7955077. OLE color: 7955077.

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

Color convert

RGB13398121-
CMYK00.260.090.48
HSL320.57º15.15%45.29%-
HSV(B)320.57º26.32%52.16%-
XYZ17.4915.120.08-
YUV111.09133.6143.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=37.78%
G=27.84%
B=34.38%

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
Decimal1339812100.260.090.48320.5715.1545.29
Hex85627901A930141f2d
Octal20514217103211605011755
Binary100001011100010111100101101010011100001010000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856279; }

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

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

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

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

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

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

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

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