#904679

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

Shades of Strikemaster #904679

Tints of Strikemaster #904679

Color information

#904679 (or 0x904679) is unknown color: approx Strikemaster. HEX triplet: 90, 46 and 79. RGB value is (144,70,121). Sum of RGB (Red+Green+Blue) = 144+70+121=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #904679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904679 is #6FB986. Grayscale: #616161. Windows color (decimal): -7321991 or 7947920. OLE color: 7947920.

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

Color convert

RGB14470121-
CMYK00.510.160.44
HSL318.65º34.58%41.96%-
HSV(B)318.65º51.39%56.47%-
XYZ17.1411.6919.44-
YUV97.94141.02160.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=42.99%
G=20.90%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447012100.510.160.44318.6534.5841.96
Hex904679033102C13f232a
Octal22010617106320544774352
Binary1001000010001101111001011001110000101100100111111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904679; }

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

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

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

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

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

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

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

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