#984979

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

Shades of Strikemaster #984979

Tints of Strikemaster #984979

Color information

#984979 (or 0x984979) is unknown color: approx Strikemaster. HEX triplet: 98, 49 and 79. RGB value is (152,73,121). Sum of RGB (Red+Green+Blue) = 152+73+121=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #984979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984979 is #67B686. Grayscale: #656565. Windows color (decimal): -6796935 or 7948696. OLE color: 7948696.

HSL color Cylindrical-coordinate representation of color #984979: hue angle of 323.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984979 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15273121-
CMYK00.520.200.40
HSL323.54º35.11%44.12%-
HSV(B)323.54º51.97%59.61%-
XYZ18.7812.8219.57-
YUV102.09138.67163.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=43.93%
G=21.10%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527312100.520.200.40323.5435.1144.12
Hex9849790341428144232c
Octal23011117106424505044354
Binary1001100010010011111001011010010100101000101000100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984979; }

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

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

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

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

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

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

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

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