#885374

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

Shades of Strikemaster #885374

Tints of Strikemaster #885374

Color information

#885374 (or 0x885374) is unknown color: approx Strikemaster. HEX triplet: 88, 53 and 74. RGB value is (136,83,116). Sum of RGB (Red+Green+Blue) = 136+83+116=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885374 is #77AC8B. Grayscale: #666666. Windows color (decimal): -7842956 or 7623560. OLE color: 7623560.

HSL color Cylindrical-coordinate representation of color #885374: hue angle of 322.64º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885374 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13683116-
CMYK00.390.150.47
HSL322.64º24.2%42.94%-
HSV(B)322.64º38.97%53.33%-
XYZ16.412.6818.11-
YUV102.61135.56151.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=40.60%
G=24.78%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368311600.390.150.47322.6424.242.94
Hex885374027F2F143182b
Octal21012316404717575033053
Binary10001000101001111101000100111111110111110100001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885374; }

 p { color: rgb(136,83,116); }

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

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

 a { background-color: rgb(136,83,116); }

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

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

 span { border-color: rgb(136,83,116); }

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