#916079

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

Shades of Strikemaster #916079

Tints of Strikemaster #916079

Color information

#916079 (or 0x916079) is unknown color: approx Strikemaster. HEX triplet: 91, 60 and 79. RGB value is (145,96,121). Sum of RGB (Red+Green+Blue) = 145+96+121=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #916079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916079 is #6E9F86. Grayscale: #717171. Windows color (decimal): -7249799 or 7954577. OLE color: 7954577.

HSL color Cylindrical-coordinate representation of color #916079: hue angle of 329.39º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916079 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14596121-
CMYK00.340.170.43
HSL329.39º20.33%47.25%-
HSV(B)329.39º33.79%56.86%-
XYZ19.3115.7720.11-
YUV113.5132.23150.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=40.06%
G=26.52%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459612100.340.170.43329.3920.3347.25
Hex916079022112B149142f
Octal22114017104221535112457
Binary100100011100000111100101000101000110101110100100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916079; }

 p { color: rgb(145,96,121); }

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

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

 a { background-color: rgb(145,96,121); }

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

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

 span { border-color: rgb(145,96,121); }

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