#99627D

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

Shades of Strikemaster #99627D

Tints of Strikemaster #99627D

Color information

#99627D (or 0x99627D) is unknown color: approx Strikemaster. HEX triplet: 99, 62 and 7D. RGB value is (153,98,125). Sum of RGB (Red+Green+Blue) = 153+98+125=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99627D is #669D82. Grayscale: #757575. Windows color (decimal): -6724995 or 8217241. OLE color: 8217241.

HSL color Cylindrical-coordinate representation of color #99627D: hue angle of 330.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99627D is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15398125-
CMYK00.360.180.4
HSL330.55º21.91%49.22%-
HSV(B)330.55º35.95%60%-
XYZ21.2116.9921.56-
YUV117.52132.22153.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=40.69%
G=26.06%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539812500.360.180.4330.5521.9149.22
Hex99627D024122814b1631
Octal23114217504422505132661
Binary100110011100010111110101001001001010100010100101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99627D; }

 p { color: rgb(153,98,125); }

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

<style>
 a { background-color: #99627D; }

 a { background-color: rgb(153,98,125); }

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

<style>
 span { border-color: #99627D; }

 span { border-color: rgb(153,98,125); }

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