#99597E

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

Shades of Strikemaster #99597E

Tints of Strikemaster #99597E

Color information

#99597E (or 0x99597E) is unknown color: approx Strikemaster. HEX triplet: 99, 59 and 7E. RGB value is (153,89,126). Sum of RGB (Red+Green+Blue) = 153+89+126=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #99597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99597E is #66A681. Grayscale: #707070. Windows color (decimal): -6727298 or 8280473. OLE color: 8280473.

HSL color Cylindrical-coordinate representation of color #99597E: hue angle of 325.31º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99597E is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15389126-
CMYK00.420.180.4
HSL325.31º26.45%47.45%-
HSV(B)325.31º41.83%60%-
XYZ20.4815.4221.64-
YUV112.35135.7156.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=41.58%
G=24.18%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538912600.420.180.4325.3126.4547.45
Hex99597E02A12281451a2f
Octal23113117605222505053257
Binary100110011011001111111001010101001010100010100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99597E; }

 p { color: rgb(153,89,126); }

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

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

 a { background-color: rgb(153,89,126); }

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

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

 span { border-color: rgb(153,89,126); }

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