#985379

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

Shades of Strikemaster #985379

Tints of Strikemaster #985379

Color information

#985379 (or 0x985379) is unknown color: approx Strikemaster. HEX triplet: 98, 53 and 79. RGB value is (152,83,121). Sum of RGB (Red+Green+Blue) = 152+83+121=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #985379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985379 is #67AC86. Grayscale: #6B6B6B. Windows color (decimal): -6794375 or 7951256. OLE color: 7951256.

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

Color convert

RGB15283121-
CMYK00.450.200.40
HSL326.96º29.36%46.08%-
HSV(B)326.96º45.39%59.61%-
XYZ19.4914.2419.81-
YUV107.96135.36159.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=42.70%
G=23.31%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528312100.450.200.40326.9629.3646.08
Hex98537902D14281471d2e
Octal23012317105524505073556
Binary100110001010011111100101011011010010100010100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985379; }

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

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

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

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

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

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

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

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