#846179

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

Shades of Strikemaster #846179

Tints of Strikemaster #846179

Color information

#846179 (or 0x846179) is unknown color: approx Strikemaster. HEX triplet: 84, 61 and 79. RGB value is (132,97,121). Sum of RGB (Red+Green+Blue) = 132+97+121=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846179 is #7B9E86. Grayscale: #6E6E6E. Windows color (decimal): -8101511 or 7954820. OLE color: 7954820.

HSL color Cylindrical-coordinate representation of color #846179: hue angle of 318.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846179 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13297121-
CMYK00.270.080.48
HSL318.86º15.28%44.9%-
HSV(B)318.86º26.52%51.76%-
XYZ17.2414.8420.04-
YUV110.2134.1143.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=37.71%
G=27.71%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329712100.270.080.48318.8615.2844.9
Hex84617901B83013ff2d
Octal20414117103310604771755
Binary100001001100001111100101101110001100001001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846179; }

 p { color: rgb(132,97,121); }

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

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

 a { background-color: rgb(132,97,121); }

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

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

 span { border-color: rgb(132,97,121); }

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