#997382

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

Shades of Strikemaster #997382

Tints of Strikemaster #997382

Color information

#997382 (or 0x997382) is unknown color: approx Strikemaster. HEX triplet: 99, 73 and 82. RGB value is (153,115,130). Sum of RGB (Red+Green+Blue) = 153+115+130=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997382 is #668C7D. Grayscale: #808080. Windows color (decimal): -6720638 or 8549273. OLE color: 8549273.

HSL color Cylindrical-coordinate representation of color #997382: hue angle of 336.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997382 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153115130-
CMYK00.250.150.4
HSL336.32º15.7%52.55%-
HSV(B)336.32º24.84%60%-
XYZ23.320.6523.88-
YUV128.07129.09145.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=38.44%
G=28.89%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311513000.250.150.4336.3215.752.55
Hex997382019F281501035
Octal23116320203117505202065
Binary10011001111001110000010011001111110100010101000010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997382; }

 p { color: rgb(153,115,130); }

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

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

 a { background-color: rgb(153,115,130); }

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

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

 span { border-color: rgb(153,115,130); }

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