#855D75

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

Shades of Strikemaster #855D75

Tints of Strikemaster #855D75

Color information

#855D75 (or 0x855D75) is unknown color: approx Strikemaster. HEX triplet: 85, 5D and 75. RGB value is (133,93,117). Sum of RGB (Red+Green+Blue) = 133+93+117=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #855D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D75 is #7AA28A. Grayscale: #6B6B6B. Windows color (decimal): -8037003 or 7691653. OLE color: 7691653.

HSL color Cylindrical-coordinate representation of color #855D75: hue angle of 324º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D75 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13393117-
CMYK00.300.120.48
HSL324º17.7%44.31%-
HSV(B)324º30.08%52.16%-
XYZ16.814.118.67-
YUV107.7133.25146.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 93 (36.72% from 255) = 27.11%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=38.78%
G=27.11%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339311700.300.120.4832417.744.31
Hex855D7501EC30144122c
Octal20513516503614605042254
Binary1000010110111011110101011110110011000010100010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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