#975179

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

Shades of Strikemaster #975179

Tints of Strikemaster #975179

Color information

#975179 (or 0x975179) is unknown color: approx Strikemaster. HEX triplet: 97, 51 and 79. RGB value is (151,81,121). Sum of RGB (Red+Green+Blue) = 151+81+121=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #975179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975179 is #68AE86. Grayscale: #6A6A6A. Windows color (decimal): -6860423 or 7950743. OLE color: 7950743.

HSL color Cylindrical-coordinate representation of color #975179: hue angle of 325.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975179 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15181121-
CMYK00.460.200.41
HSL325.71º30.17%45.49%-
HSV(B)325.71º46.36%59.22%-
XYZ19.1613.8419.75-
YUV106.49136.19159.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=42.78%
G=22.95%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518112100.460.200.41325.7130.1745.49
Hex97517902E14291461e2d
Octal22712117105624515063655
Binary100101111010001111100101011101010010100110100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975179; }

 p { color: rgb(151,81,121); }

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

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

 a { background-color: rgb(151,81,121); }

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

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

 span { border-color: rgb(151,81,121); }

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