#945377

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

Shades of Strikemaster #945377

Tints of Strikemaster #945377

Color information

#945377 (or 0x945377) is unknown color: approx Strikemaster. HEX triplet: 94, 53 and 77. RGB value is (148,83,119). Sum of RGB (Red+Green+Blue) = 148+83+119=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #945377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945377 is #6BAC88. Grayscale: #6A6A6A. Windows color (decimal): -7056521 or 7820180. OLE color: 7820180.

HSL color Cylindrical-coordinate representation of color #945377: hue angle of 326.77º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945377 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14883119-
CMYK00.440.200.42
HSL326.77º28.14%45.29%-
HSV(B)326.77º43.92%58.04%-
XYZ18.6413.8119.14-
YUV106.54135.03157.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 119 (46.88% from 255) = 34%
R=42.29%
G=23.71%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488311900.440.200.42326.7728.1445.29
Hex94537702C142A1471c2d
Octal22412316705424525073455
Binary100101001010011111011101011001010010101010100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945377; }

 p { color: rgb(148,83,119); }

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

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

 a { background-color: rgb(148,83,119); }

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

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

 span { border-color: rgb(148,83,119); }

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