#937383

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

Shades of Strikemaster #937383

Tints of Strikemaster #937383

Color information

#937383 (or 0x937383) is unknown color: approx Strikemaster. HEX triplet: 93, 73 and 83. RGB value is (147,115,131). Sum of RGB (Red+Green+Blue) = 147+115+131=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #937383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937383 is #6C8C7C. Grayscale: #7E7E7E. Windows color (decimal): -7113853 or 8614803. OLE color: 8614803.

HSL color Cylindrical-coordinate representation of color #937383: hue angle of 330º 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 #937383 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB147115131-
CMYK00.220.110.42
HSL330º12.9%51.37%-
HSV(B)330º21.77%57.65%-
XYZ22.2620.124.18-
YUV126.39130.6142.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=37.40%
G=29.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711513100.220.110.4233012.951.37
Hex937383016B2A14ad33
Octal22316320302613525121563
Binary1001001111100111000001101011010111010101010010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937383; }

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

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

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

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

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

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

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

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