#8F637F

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

Shades of Strikemaster #8F637F

Tints of Strikemaster #8F637F

Color information

#8F637F (or 0x8F637F) is unknown color: approx Strikemaster. HEX triplet: 8F, 63 and 7F. RGB value is (143,99,127). Sum of RGB (Red+Green+Blue) = 143+99+127=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F637F is #709C80. Grayscale: #737373. Windows color (decimal): -7380097 or 8348559. OLE color: 8348559.

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

Color convert

RGB14399127-
CMYK00.310.110.44
HSL321.82º18.18%47.45%-
HSV(B)321.82º30.77%56.08%-
XYZ19.6216.322.19-
YUV115.35134.58147.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 127 (50% from 255) = 34.42%
R=38.75%
G=26.83%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439912700.310.110.44321.8218.1847.45
Hex8F637F01FB2C142122f
Octal21714317703713545022257
Binary1000111111000111111111011111101110110010100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,127); }

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

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

 a { background-color: rgb(143,99,127); }

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

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

 span { border-color: rgb(143,99,127); }

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