#93647D

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

Shades of Strikemaster #93647D

Tints of Strikemaster #93647D

Color information

#93647D (or 0x93647D) is unknown color: approx Strikemaster. HEX triplet: 93, 64 and 7D. RGB value is (147,100,125). Sum of RGB (Red+Green+Blue) = 147+100+125=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93647D is #6C9B82. Grayscale: #747474. Windows color (decimal): -7117699 or 8217747. OLE color: 8217747.

HSL color Cylindrical-coordinate representation of color #93647D: hue angle of 328.09º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93647D is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB147100125-
CMYK00.320.150.42
HSL328.09º19.03%48.43%-
HSV(B)328.09º31.97%57.65%-
XYZ20.2916.821.57-
YUV116.9132.57149.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=39.52%
G=26.88%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710012500.320.150.42328.0919.0348.43
Hex93647D020F2A1481330
Octal22314417504017525102360
Binary10010011110010011111010100000111110101010100100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93647D; }

 p { color: rgb(147,100,125); }

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

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

 a { background-color: rgb(147,100,125); }

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

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

 span { border-color: rgb(147,100,125); }

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