#917483

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

Shades of Strikemaster #917483

Tints of Strikemaster #917483

Color information

#917483 (or 0x917483) is unknown color: approx Strikemaster. HEX triplet: 91, 74 and 83. RGB value is (145,116,131). Sum of RGB (Red+Green+Blue) = 145+116+131=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #917483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917483 is #6E8B7C. Grayscale: #7E7E7E. Windows color (decimal): -7244669 or 8615057. OLE color: 8615057.

HSL color Cylindrical-coordinate representation of color #917483: hue angle of 328.97º 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 #917483 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB145116131-
CMYK00.20.100.43
HSL328.97º11.65%51.18%-
HSV(B)328.97º20%56.86%-
XYZ22.0220.1524.2-
YUV126.38130.61141.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=36.99%
G=29.59%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511613100.20.100.43328.9711.6551.18
Hex917483014A2B149c33
Octal22116420302412535111463
Binary1001000111101001000001101010010101010111010010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917483; }

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

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

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

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

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

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

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

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