#917484

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

Shades of Strikemaster #917484

Tints of Strikemaster #917484

Color information

#917484 (or 0x917484) is unknown color: approx Strikemaster. HEX triplet: 91, 74 and 84. RGB value is (145,116,132). Sum of RGB (Red+Green+Blue) = 145+116+132=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917484 is #6E8B7B. Grayscale: #7E7E7E. Windows color (decimal): -7244668 or 8680593. OLE color: 8680593.

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

Color convert

RGB145116132-
CMYK00.20.090.43
HSL326.9º11.65%51.18%-
HSV(B)326.9º20%56.86%-
XYZ22.0920.1824.56-
YUV126.5131.11141.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=36.90%
G=29.52%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511613200.20.090.43326.911.6551.18
Hex91748401492B147c33
Octal22116420402411535071463
Binary1001000111101001000010001010010011010111010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917484; }

 p { color: rgb(145,116,132); }

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

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

 a { background-color: rgb(145,116,132); }

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

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

 span { border-color: rgb(145,116,132); }

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