#8F5375

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

Shades of Strikemaster #8F5375

Tints of Strikemaster #8F5375

Color information

#8F5375 (or 0x8F5375) is unknown color: approx Strikemaster. HEX triplet: 8F, 53 and 75. RGB value is (143,83,117). Sum of RGB (Red+Green+Blue) = 143+83+117=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5375 is #70AC8A. Grayscale: #686868. Windows color (decimal): -7384203 or 7689103. OLE color: 7689103.

HSL color Cylindrical-coordinate representation of color #8F5375: hue angle of 326º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5375 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14383117-
CMYK00.420.180.44
HSL326º26.55%44.31%-
HSV(B)326º41.96%56.08%-
XYZ17.6313.3118.47-
YUV104.82134.88155.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.69%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=41.69%
G=24.20%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438311700.420.180.4432626.5544.31
Hex8F537502A122C1461b2c
Octal21712316505222545063354
Binary100011111010011111010101010101001010110010100011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,83,117); }

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

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

 a { background-color: rgb(143,83,117); }

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

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

 span { border-color: rgb(143,83,117); }

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