#85647B

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

Shades of Strikemaster #85647B

Tints of Strikemaster #85647B

Color information

#85647B (or 0x85647B) is unknown color: approx Strikemaster. HEX triplet: 85, 64 and 7B. RGB value is (133,100,123). Sum of RGB (Red+Green+Blue) = 133+100+123=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85647B is #7A9B84. Grayscale: #707070. Windows color (decimal): -8035205 or 8086661. OLE color: 8086661.

HSL color Cylindrical-coordinate representation of color #85647B: hue angle of 318.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85647B is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB133100123-
CMYK00.250.080.48
HSL318.18º14.16%45.69%-
HSV(B)318.18º24.81%52.16%-
XYZ17.8115.5320.8-
YUV112.49133.93142.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=37.36%
G=28.09%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310012300.250.080.48318.1814.1645.69
Hex85647B01983013ee2e
Octal20514417303110604761656
Binary100001011100100111101101100110001100001001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85647B; }

 p { color: rgb(133,100,123); }

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

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

 a { background-color: rgb(133,100,123); }

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

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

 span { border-color: rgb(133,100,123); }

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