#904F79

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

Shades of Strikemaster #904F79

Tints of Strikemaster #904F79

Color information

#904F79 (or 0x904F79) is unknown color: approx Strikemaster. HEX triplet: 90, 4F and 79. RGB value is (144,79,121). Sum of RGB (Red+Green+Blue) = 144+79+121=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #904F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F79 is #6FB086. Grayscale: #676767. Windows color (decimal): -7319687 or 7950224. OLE color: 7950224.

HSL color Cylindrical-coordinate representation of color #904F79: hue angle of 321.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #904F79 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14479121-
CMYK00.450.160.44
HSL321.23º29.15%43.73%-
HSV(B)321.23º45.14%56.47%-
XYZ17.7512.919.64-
YUV103.22138.03157.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 79 (31.25% from 255) = 22.97%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=41.86%
G=22.97%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447912100.450.160.44321.2329.1543.73
Hex904F7902D102C1411d2c
Octal22011717105520545013554
Binary100100001001111111100101011011000010110010100000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904F79; }

 p { color: rgb(144,79,121); }

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

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

 a { background-color: rgb(144,79,121); }

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

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

 span { border-color: rgb(144,79,121); }

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