#856275

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

Shades of Strikemaster #856275

Tints of Strikemaster #856275

Color information

#856275 (or 0x856275) is unknown color: approx Strikemaster. HEX triplet: 85, 62 and 75. RGB value is (133,98,117). Sum of RGB (Red+Green+Blue) = 133+98+117=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856275 is #7A9D8A. Grayscale: #6E6E6E. Windows color (decimal): -8035723 or 7692933. OLE color: 7692933.

HSL color Cylindrical-coordinate representation of color #856275: hue angle of 327.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856275 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13398117-
CMYK00.260.120.48
HSL327.43º15.15%45.29%-
HSV(B)327.43º26.32%52.16%-
XYZ17.2515.0118.82-
YUV110.63131.6143.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=38.22%
G=28.16%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339811700.260.120.48327.4315.1545.29
Hex85627501AC30147f2d
Octal20514216503214605071755
Binary100001011100010111010101101011001100001010001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856275; }

 p { color: rgb(133,98,117); }

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

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

 a { background-color: rgb(133,98,117); }

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

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

 span { border-color: rgb(133,98,117); }

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