#8B5A75

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

Shades of Strikemaster #8B5A75

Tints of Strikemaster #8B5A75

Color information

#8B5A75 (or 0x8B5A75) is unknown color: approx Strikemaster. HEX triplet: 8B, 5A and 75. RGB value is (139,90,117). Sum of RGB (Red+Green+Blue) = 139+90+117=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A75 is #74A58A. Grayscale: #6B6B6B. Windows color (decimal): -7644555 or 7690891. OLE color: 7690891.

HSL color Cylindrical-coordinate representation of color #8B5A75: hue angle of 326.94º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A75 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB13990117-
CMYK00.350.160.45
HSL326.94º21.4%44.9%-
HSV(B)326.94º35.25%54.51%-
XYZ17.5114.0918.63-
YUV107.73133.23150.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=40.17%
G=26.01%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399011700.350.160.45326.9421.444.9
Hex8B5A75023102D147152d
Octal21313216504320555072555
Binary100010111011010111010101000111000010110110100011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5A75; }

 p { color: rgb(139,90,117); }

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

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

 a { background-color: rgb(139,90,117); }

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

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

 span { border-color: rgb(139,90,117); }

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