#915D7B

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

Shades of Strikemaster #915D7B

Tints of Strikemaster #915D7B

Color information

#915D7B (or 0x915D7B) is unknown color: approx Strikemaster. HEX triplet: 91, 5D and 7B. RGB value is (145,93,123). Sum of RGB (Red+Green+Blue) = 145+93+123=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #915D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D7B is #6EA284. Grayscale: #6F6F6F. Windows color (decimal): -7250565 or 8084881. OLE color: 8084881.

HSL color Cylindrical-coordinate representation of color #915D7B: hue angle of 325.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #915D7B is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14593123-
CMYK00.360.150.43
HSL325.38º21.85%46.67%-
HSV(B)325.38º35.86%56.86%-
XYZ19.1715.2820.68-
YUV111.97134.23151.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=40.17%
G=25.76%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459312300.360.150.43325.3821.8546.67
Hex915D7B024F2B145162f
Octal22113517304417535052657
Binary10010001101110111110110100100111110101110100010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915D7B; }

 p { color: rgb(145,93,123); }

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

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

 a { background-color: rgb(145,93,123); }

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

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

 span { border-color: rgb(145,93,123); }

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