#875275

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

Shades of Strikemaster #875275

Tints of Strikemaster #875275

Color information

#875275 (or 0x875275) is unknown color: approx Strikemaster. HEX triplet: 87, 52 and 75. RGB value is (135,82,117). Sum of RGB (Red+Green+Blue) = 135+82+117=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875275 is #78AD8A. Grayscale: #656565. Windows color (decimal): -7908747 or 7688839. OLE color: 7688839.

HSL color Cylindrical-coordinate representation of color #875275: hue angle of 320.38º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875275 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13582117-
CMYK00.390.130.47
HSL320.38º24.42%42.55%-
HSV(B)320.38º39.26%52.94%-
XYZ16.2212.4718.38-
YUV101.84136.56151.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=40.42%
G=24.55%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358211700.390.130.47320.3824.4242.55
Hex875275027D2F140182b
Octal20712216504715575003053
Binary10000111101001011101010100111110110111110100000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875275; }

 p { color: rgb(135,82,117); }

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

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

 a { background-color: rgb(135,82,117); }

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

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

 span { border-color: rgb(135,82,117); }

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