#865973

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

Shades of Strikemaster #865973

Tints of Strikemaster #865973

Color information

#865973 (or 0x865973) is unknown color: approx Strikemaster. HEX triplet: 86, 59 and 73. RGB value is (134,89,115). Sum of RGB (Red+Green+Blue) = 134+89+115=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #865973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865973 is #79A68C. Grayscale: #696969. Windows color (decimal): -7972493 or 7559558. OLE color: 7559558.

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

Color convert

RGB13489115-
CMYK00.340.140.47
HSL325.33º20.18%43.73%-
HSV(B)325.33º33.58%52.55%-
XYZ16.513.4517.95-
YUV105.42133.41148.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=39.64%
G=26.33%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348911500.340.140.47325.3320.1843.73
Hex865973022E2F145142c
Octal20613116304216575052454
Binary10000110101100111100110100010111010111110100010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865973; }

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

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

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

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

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

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

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

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