#99597A

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

Shades of Strikemaster #99597A

Tints of Strikemaster #99597A

Color information

#99597A (or 0x99597A) is unknown color: approx Strikemaster. HEX triplet: 99, 59 and 7A. RGB value is (153,89,122). Sum of RGB (Red+Green+Blue) = 153+89+122=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99597A is #66A685. Grayscale: #6F6F6F. Windows color (decimal): -6727302 or 8018329. OLE color: 8018329.

HSL color Cylindrical-coordinate representation of color #99597A: hue angle of 329.06º 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 #99597A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15389122-
CMYK00.420.200.4
HSL329.06º26.45%47.45%-
HSV(B)329.06º41.83%60%-
XYZ20.2215.3220.3-
YUV111.9133.7157.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=42.03%
G=24.45%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538912200.420.200.4329.0626.4547.45
Hex99597A02A14281491a2f
Octal23113117205224505113257
Binary100110011011001111101001010101010010100010100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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