#855B74

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

Shades of Strikemaster #855B74

Tints of Strikemaster #855B74

Color information

#855B74 (or 0x855B74) is unknown color: approx Strikemaster. HEX triplet: 85, 5B and 74. RGB value is (133,91,116). Sum of RGB (Red+Green+Blue) = 133+91+116=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B74 is #7AA48B. Grayscale: #6A6A6A. Windows color (decimal): -8037516 or 7625605. OLE color: 7625605.

HSL color Cylindrical-coordinate representation of color #855B74: hue angle of 324.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855B74 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13391116-
CMYK00.320.130.48
HSL324.29º18.75%43.92%-
HSV(B)324.29º31.58%52.16%-
XYZ16.5713.7318.3-
YUV106.41133.41146.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=39.12%
G=26.76%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339111600.320.130.48324.2918.7543.92
Hex855B74020D30144132c
Octal20513316404015605042354
Binary10000101101101111101000100000110111000010100010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855B74; }

 p { color: rgb(133,91,116); }

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

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

 a { background-color: rgb(133,91,116); }

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

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

 span { border-color: rgb(133,91,116); }

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