#865873

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

Shades of Strikemaster #865873

Tints of Strikemaster #865873

Color information

#865873 (or 0x865873) is unknown color: approx Strikemaster. HEX triplet: 86, 58 and 73. RGB value is (134,88,115). Sum of RGB (Red+Green+Blue) = 134+88+115=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #865873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865873 is #79A78C. Grayscale: #686868. Windows color (decimal): -7972749 or 7559302. OLE color: 7559302.

HSL color Cylindrical-coordinate representation of color #865873: hue angle of 324.78º degrees, saturation: 0.21, 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 #865873 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13488115-
CMYK00.340.140.47
HSL324.78º20.72%43.53%-
HSV(B)324.78º34.33%52.55%-
XYZ16.4213.2917.92-
YUV104.83133.74148.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=39.76%
G=26.11%
B=34.12%

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
Decimal1348811500.340.140.47324.7820.7243.53
Hex865873022E2F145152c
Octal20613016304216575052554
Binary10000110101100011100110100010111010111110100010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865873; }

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

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

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

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

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

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

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

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