#945576

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

Shades of Strikemaster #945576

Tints of Strikemaster #945576

Color information

#945576 (or 0x945576) is unknown color: approx Strikemaster. HEX triplet: 94, 55 and 76. RGB value is (148,85,118). Sum of RGB (Red+Green+Blue) = 148+85+118=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #945576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945576 is #6BAA89. Grayscale: #6B6B6B. Windows color (decimal): -7056010 or 7755156. OLE color: 7755156.

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

Color convert

RGB14885118-
CMYK00.430.200.42
HSL328.57º27.04%45.69%-
HSV(B)328.57º42.57%58.04%-
XYZ18.7314.118.87-
YUV107.6133.87156.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=42.17%
G=24.22%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488511800.430.200.42328.5727.0445.69
Hex94557602B142A1491b2e
Octal22412516605324525113356
Binary100101001010101111011001010111010010101010100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945576; }

 p { color: rgb(148,85,118); }

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

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

 a { background-color: rgb(148,85,118); }

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

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

 span { border-color: rgb(148,85,118); }

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