#91717E

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

Shades of Strikemaster #91717E

Tints of Strikemaster #91717E

Color information

#91717E (or 0x91717E) is unknown color: approx Strikemaster. HEX triplet: 91, 71 and 7E. RGB value is (145,113,126). Sum of RGB (Red+Green+Blue) = 145+113+126=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #91717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91717E is #6E8E81. Grayscale: #7C7C7C. Windows color (decimal): -7245442 or 8286609. OLE color: 8286609.

HSL color Cylindrical-coordinate representation of color #91717E: hue angle of 335.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91717E is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB145113126-
CMYK00.220.130.43
HSL335.62º12.7%50.59%-
HSV(B)335.62º22.07%56.86%-
XYZ21.3519.3422.35-
YUV124.05129.1142.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=37.76%
G=29.43%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511312600.220.130.43335.6212.750.59
Hex91717E016D2B150d33
Octal22116117602615535201563
Binary100100011110001111111001011011011010111010100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91717E; }

 p { color: rgb(145,113,126); }

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

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

 a { background-color: rgb(145,113,126); }

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

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

 span { border-color: rgb(145,113,126); }

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