#855A75

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

Shades of Strikemaster #855A75

Tints of Strikemaster #855A75

Color information

#855A75 (or 0x855A75) is unknown color: approx Strikemaster. HEX triplet: 85, 5A and 75. RGB value is (133,90,117). Sum of RGB (Red+Green+Blue) = 133+90+117=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A75 is #7AA58A. Grayscale: #696969. Windows color (decimal): -8037771 or 7690885. OLE color: 7690885.

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

Color convert

RGB13390117-
CMYK00.320.120.48
HSL322.33º19.28%43.73%-
HSV(B)322.33º32.33%52.16%-
XYZ16.5413.5818.58-
YUV105.94134.25147.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=39.12%
G=26.47%
B=34.41%

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
Decimal1339011700.320.120.48322.3319.2843.73
Hex855A75020C30142132c
Octal20513216504014605022354
Binary10000101101101011101010100000110011000010100001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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