#924978

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

Shades of Strikemaster #924978

Tints of Strikemaster #924978

Color information

#924978 (or 0x924978) is unknown color: approx Strikemaster. HEX triplet: 92, 49 and 78. RGB value is (146,73,120). Sum of RGB (Red+Green+Blue) = 146+73+120=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #924978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924978 is #6DB687. Grayscale: #646464. Windows color (decimal): -7190152 or 7883154. OLE color: 7883154.

HSL color Cylindrical-coordinate representation of color #924978: hue angle of 321.37º 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 #924978 is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14673120-
CMYK00.50.180.43
HSL321.37º33.33%42.94%-
HSV(B)321.37º50%57.25%-
XYZ17.6312.2319.2-
YUV100.18139.18160.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=43.07%
G=21.53%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467312000.50.180.43321.3733.3342.94
Hex924978032122B141212b
Octal22211117006222535014153
Binary1001001010010011111000011001010010101011101000001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924978; }

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

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

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

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

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

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

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

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