#997383

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

Shades of Strikemaster #997383

Tints of Strikemaster #997383

Color information

#997383 (or 0x997383) is unknown color: approx Strikemaster. HEX triplet: 99, 73 and 83. RGB value is (153,115,131). Sum of RGB (Red+Green+Blue) = 153+115+131=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997383 is #668C7C. Grayscale: #808080. Windows color (decimal): -6720637 or 8614809. OLE color: 8614809.

HSL color Cylindrical-coordinate representation of color #997383: hue angle of 334.74º 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 #997383 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB153115131-
CMYK00.250.140.4
HSL334.74º15.7%52.55%-
HSV(B)334.74º24.84%60%-
XYZ23.3620.6724.23-
YUV128.19129.59145.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=38.35%
G=28.82%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311513100.250.140.4334.7415.752.55
Hex997383019E2814f1035
Octal23116320303116505172065
Binary10011001111001110000011011001111010100010100111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997383; }

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

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

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

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

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

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

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

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