#93637B

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

Shades of Strikemaster #93637B

Tints of Strikemaster #93637B

Color information

#93637B (or 0x93637B) is unknown color: approx Strikemaster. HEX triplet: 93, 63 and 7B. RGB value is (147,99,123). Sum of RGB (Red+Green+Blue) = 147+99+123=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93637B is #6C9C84. Grayscale: #747474. Windows color (decimal): -7117957 or 8086419. OLE color: 8086419.

HSL color Cylindrical-coordinate representation of color #93637B: hue angle of 330º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93637B is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14799123-
CMYK00.330.160.42
HSL330º19.51%48.24%-
HSV(B)330º32.65%57.65%-
XYZ20.0716.5620.88-
YUV116.09131.9150.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=39.84%
G=26.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479912300.330.160.4233019.5148.24
Hex93637B021102A14a1430
Octal22314317304120525122460
Binary100100111100011111101101000011000010101010100101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93637B; }

 p { color: rgb(147,99,123); }

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

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

 a { background-color: rgb(147,99,123); }

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

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

 span { border-color: rgb(147,99,123); }

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