#855F73

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

Shades of Strikemaster #855F73

Tints of Strikemaster #855F73

Color information

#855F73 (or 0x855F73) is unknown color: approx Strikemaster. HEX triplet: 85, 5F and 73. RGB value is (133,95,115). Sum of RGB (Red+Green+Blue) = 133+95+115=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #855F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F73 is #7AA08C. Grayscale: #6C6C6C. Windows color (decimal): -8036493 or 7561093. OLE color: 7561093.

HSL color Cylindrical-coordinate representation of color #855F73: hue angle of 328.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F73 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13395115-
CMYK00.290.140.48
HSL328.42º16.67%44.71%-
HSV(B)328.42º28.57%52.16%-
XYZ16.8614.4118.11-
YUV108.64131.59145.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=38.78%
G=27.70%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339511500.290.140.48328.4216.6744.71
Hex855F7301DE30148112d
Octal20513716303516605102155
Binary1000010110111111110011011101111011000010100100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,95,115); }

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

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

 a { background-color: rgb(133,95,115); }

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

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

 span { border-color: rgb(133,95,115); }

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