#875873

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

Shades of Strikemaster #875873

Tints of Strikemaster #875873

Color information

#875873 (or 0x875873) is unknown color: approx Strikemaster. HEX triplet: 87, 58 and 73. RGB value is (135,88,115). Sum of RGB (Red+Green+Blue) = 135+88+115=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875873 is #78A78C. Grayscale: #696969. Windows color (decimal): -7907213 or 7559303. OLE color: 7559303.

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

Color convert

RGB13588115-
CMYK00.350.150.47
HSL325.53º21.08%43.73%-
HSV(B)325.53º34.81%52.94%-
XYZ16.5813.3717.93-
YUV105.13133.57149.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=39.94%
G=26.04%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358811500.350.150.47325.5321.0843.73
Hex875873023F2F146152c
Octal20713016304317575062554
Binary10000111101100011100110100011111110111110100011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875873; }

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

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

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

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

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

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

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

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