#865A73

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

Shades of Strikemaster #865A73

Tints of Strikemaster #865A73

Color information

#865A73 (or 0x865A73) is unknown color: approx Strikemaster. HEX triplet: 86, 5A and 73. RGB value is (134,90,115). Sum of RGB (Red+Green+Blue) = 134+90+115=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #865A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A73 is #79A58C. Grayscale: #696969. Windows color (decimal): -7972237 or 7559814. OLE color: 7559814.

HSL color Cylindrical-coordinate representation of color #865A73: hue angle of 325.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865A73 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13490115-
CMYK00.330.140.47
HSL325.91º19.64%43.92%-
HSV(B)325.91º32.84%52.55%-
XYZ16.5813.6217.97-
YUV106.01133.08147.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=39.53%
G=26.55%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349011500.330.140.47325.9119.6443.92
Hex865A73021E2F146142c
Octal20613216304116575062454
Binary10000110101101011100110100001111010111110100011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865A73; }

 p { color: rgb(134,90,115); }

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

<style>
 a { background-color: #865A73; }

 a { background-color: rgb(134,90,115); }

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

<style>
 span { border-color: #865A73; }

 span { border-color: rgb(134,90,115); }

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