#924979

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

Shades of Strikemaster #924979

Tints of Strikemaster #924979

Color information

#924979 (or 0x924979) is unknown color: approx Strikemaster. HEX triplet: 92, 49 and 79. RGB value is (146,73,121). Sum of RGB (Red+Green+Blue) = 146+73+121=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #924979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924979 is #6DB686. Grayscale: #646464. Windows color (decimal): -7190151 or 7948690. OLE color: 7948690.

HSL color Cylindrical-coordinate representation of color #924979: hue angle of 320.55º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924979 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14673121-
CMYK00.50.170.43
HSL320.55º33.33%42.94%-
HSV(B)320.55º50%57.25%-
XYZ17.6912.2619.52-
YUV100.3139.68160.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=42.94%
G=21.47%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467312100.50.170.43320.5533.3342.94
Hex924979032112B141212b
Octal22211117106221535014153
Binary1001001010010011111001011001010001101011101000001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924979; }

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

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

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

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

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

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

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

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