#904979

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

Shades of Strikemaster #904979

Tints of Strikemaster #904979

Color information

#904979 (or 0x904979) is unknown color: approx Strikemaster. HEX triplet: 90, 49 and 79. RGB value is (144,73,121). Sum of RGB (Red+Green+Blue) = 144+73+121=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #904979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904979 is #6FB686. Grayscale: #636363. Windows color (decimal): -7321223 or 7948688. OLE color: 7948688.

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

Color convert

RGB14473121-
CMYK00.490.160.44
HSL319.44º32.72%42.55%-
HSV(B)319.44º49.31%56.47%-
XYZ17.3412.0719.51-
YUV99.7140.02159.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=42.60%
G=21.60%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447312100.490.160.44319.4432.7242.55
Hex904979031102C13f212b
Octal22011117106120544774153
Binary1001000010010011111001011000110000101100100111111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904979; }

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

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

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

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

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

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

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

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