#99557F

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

Shades of Strikemaster #99557F

Tints of Strikemaster #99557F

Color information

#99557F (or 0x99557F) is unknown color: approx Strikemaster. HEX triplet: 99, 55 and 7F. RGB value is (153,85,127). Sum of RGB (Red+Green+Blue) = 153+85+127=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99557F is #66AA80. Grayscale: #6E6E6E. Windows color (decimal): -6728321 or 8344985. OLE color: 8344985.

HSL color Cylindrical-coordinate representation of color #99557F: hue angle of 322.94º 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 #99557F is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15385127-
CMYK00.440.170.4
HSL322.94º28.57%46.67%-
HSV(B)322.94º44.44%60%-
XYZ20.2214.821.87-
YUV110.12137.53158.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 127 (50% from 255) = 34.79%
R=41.92%
G=23.29%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538512700.440.170.4322.9428.5746.67
Hex99557F02C11281431d2f
Octal23112517705421505033557
Binary100110011010101111111101011001000110100010100001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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