#99577E

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

Shades of Strikemaster #99577E

Tints of Strikemaster #99577E

Color information

#99577E (or 0x99577E) is unknown color: approx Strikemaster. HEX triplet: 99, 57 and 7E. RGB value is (153,87,126). Sum of RGB (Red+Green+Blue) = 153+87+126=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99577E is #66A881. Grayscale: #6F6F6F. Windows color (decimal): -6727810 or 8279961. OLE color: 8279961.

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

Color convert

RGB15387126-
CMYK00.430.180.4
HSL324.55º27.5%47.06%-
HSV(B)324.55º43.14%60%-
XYZ20.3115.121.58-
YUV111.18136.37157.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=41.80%
G=23.77%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538712600.430.180.4324.5527.547.06
Hex99577E02B12281451c2f
Octal23112717605322505053457
Binary100110011010111111111001010111001010100010100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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