#88617B

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

Shades of Strikemaster #88617B

Tints of Strikemaster #88617B

Color information

#88617B (or 0x88617B) is unknown color: approx Strikemaster. HEX triplet: 88, 61 and 7B. RGB value is (136,97,123). Sum of RGB (Red+Green+Blue) = 136+97+123=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #88617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88617B is #779E84. Grayscale: #6F6F6F. Windows color (decimal): -7839365 or 8085896. OLE color: 8085896.

HSL color Cylindrical-coordinate representation of color #88617B: hue angle of 320º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88617B is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13697123-
CMYK00.290.100.47
HSL320º16.74%45.69%-
HSV(B)320º28.68%53.33%-
XYZ1815.2120.73-
YUV111.63134.42145.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=38.20%
G=27.25%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369712300.290.100.4732016.7445.69
Hex88617B01DA2F140112e
Octal21014117303512575002156
Binary1000100011000011111011011101101010111110100000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88617B; }

 p { color: rgb(136,97,123); }

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

<style>
 a { background-color: #88617B; }

 a { background-color: rgb(136,97,123); }

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

<style>
 span { border-color: #88617B; }

 span { border-color: rgb(136,97,123); }

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