#88617A

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

Shades of Strikemaster #88617A

Tints of Strikemaster #88617A

Color information

#88617A (or 0x88617A) is unknown color: approx Strikemaster. HEX triplet: 88, 61 and 7A. RGB value is (136,97,122). Sum of RGB (Red+Green+Blue) = 136+97+122=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #88617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88617A is #779E85. Grayscale: #6F6F6F. Windows color (decimal): -7839366 or 8020360. OLE color: 8020360.

HSL color Cylindrical-coordinate representation of color #88617A: hue angle of 321.54º 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 #88617A is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13697122-
CMYK00.290.100.47
HSL321.54º16.74%45.69%-
HSV(B)321.54º28.68%53.33%-
XYZ17.9415.1920.4-
YUV111.51133.92145.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=38.31%
G=27.32%
B=34.37%

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
Decimal1369712200.290.100.47321.5416.7445.69
Hex88617A01DA2F142112e
Octal21014117203512575022156
Binary1000100011000011111010011101101010111110100001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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