#855B75

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

Shades of Strikemaster #855B75

Tints of Strikemaster #855B75

Color information

#855B75 (or 0x855B75) is unknown color: approx Strikemaster. HEX triplet: 85, 5B and 75. RGB value is (133,91,117). Sum of RGB (Red+Green+Blue) = 133+91+117=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #855B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B75 is #7AA48A. Grayscale: #6A6A6A. Windows color (decimal): -8037515 or 7691141. OLE color: 7691141.

HSL color Cylindrical-coordinate representation of color #855B75: hue angle of 322.86º 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 #855B75 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13391117-
CMYK00.320.120.48
HSL322.86º18.75%43.92%-
HSV(B)322.86º31.58%52.16%-
XYZ16.6213.7518.61-
YUV106.52133.91146.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=39.00%
G=26.69%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339111700.320.120.48322.8618.7543.92
Hex855B75020C30143132c
Octal20513316504014605032354
Binary10000101101101111101010100000110011000010100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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