#99557E

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

Shades of Strikemaster #99557E

Tints of Strikemaster #99557E

Color information

#99557E (or 0x99557E) is unknown color: approx Strikemaster. HEX triplet: 99, 55 and 7E. RGB value is (153,85,126). Sum of RGB (Red+Green+Blue) = 153+85+126=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99557E is #66AA81. Grayscale: #6D6D6D. Windows color (decimal): -6728322 or 8279449. OLE color: 8279449.

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

Color convert

RGB15385126-
CMYK00.440.180.4
HSL323.82º28.57%46.67%-
HSV(B)323.82º44.44%60%-
XYZ20.1514.7821.53-
YUV110.01137.03158.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=42.03%
G=23.35%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538512600.440.180.4323.8228.5746.67
Hex99557E02C12281441d2f
Octal23112517605422505043557
Binary100110011010101111111001011001001010100010100010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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