#865275

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

Shades of Strikemaster #865275

Tints of Strikemaster #865275

Color information

#865275 (or 0x865275) is unknown color: approx Strikemaster. HEX triplet: 86, 52 and 75. RGB value is (134,82,117). Sum of RGB (Red+Green+Blue) = 134+82+117=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #865275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865275 is #79AD8A. Grayscale: #656565. Windows color (decimal): -7974283 or 7688838. OLE color: 7688838.

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

Color convert

RGB13482117-
CMYK00.390.130.47
HSL319.62º24.07%42.35%-
HSV(B)319.62º38.81%52.55%-
XYZ16.0612.3918.37-
YUV101.54136.73151.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=40.24%
G=24.62%
B=35.14%

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
Decimal1348211700.390.130.47319.6224.0742.35
Hex865275027D2F140182a
Octal20612216504715575003052
Binary10000110101001011101010100111110110111110100000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865275; }

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

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

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

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

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

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

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

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