#865874

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

Shades of Strikemaster #865874

Tints of Strikemaster #865874

Color information

#865874 (or 0x865874) is unknown color: approx Strikemaster. HEX triplet: 86, 58 and 74. RGB value is (134,88,116). Sum of RGB (Red+Green+Blue) = 134+88+116=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #865874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865874 is #79A78B. Grayscale: #686868. Windows color (decimal): -7972748 or 7624838. OLE color: 7624838.

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

Color convert

RGB13488116-
CMYK00.340.130.47
HSL323.48º20.72%43.53%-
HSV(B)323.48º34.33%52.55%-
XYZ16.4713.3118.22-
YUV104.95134.24148.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=39.64%
G=26.04%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348811600.340.130.47323.4820.7243.53
Hex865874022D2F143152c
Octal20613016404215575032554
Binary10000110101100011101000100010110110111110100001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865874; }

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

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

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

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

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

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

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

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