#937382

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

Shades of Strikemaster #937382

Tints of Strikemaster #937382

Color information

#937382 (or 0x937382) is unknown color: approx Strikemaster. HEX triplet: 93, 73 and 82. RGB value is (147,115,130). Sum of RGB (Red+Green+Blue) = 147+115+130=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #937382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937382 is #6C8C7D. Grayscale: #7E7E7E. Windows color (decimal): -7113854 or 8549267. OLE color: 8549267.

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

Color convert

RGB147115130-
CMYK00.220.120.42
HSL331.88º12.9%51.37%-
HSV(B)331.88º21.77%57.65%-
XYZ22.1920.0823.82-
YUV126.28130.1142.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=37.5%
G=29.34%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711513000.220.120.42331.8812.951.37
Hex937382016C2A14cd33
Octal22316320202614525141563
Binary1001001111100111000001001011011001010101010011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937382; }

 p { color: rgb(147,115,130); }

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

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

 a { background-color: rgb(147,115,130); }

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

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

 span { border-color: rgb(147,115,130); }

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