#846579

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

Shades of Strikemaster #846579

Tints of Strikemaster #846579

Color information

#846579 (or 0x846579) is unknown color: approx Strikemaster. HEX triplet: 84, 65 and 79. RGB value is (132,101,121). Sum of RGB (Red+Green+Blue) = 132+101+121=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846579 is #7B9A86. Grayscale: #707070. Windows color (decimal): -8100487 or 7955844. OLE color: 7955844.

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

Color convert

RGB132101121-
CMYK00.230.080.48
HSL321.29º13.3%45.69%-
HSV(B)321.29º23.48%51.76%-
XYZ17.6215.5920.17-
YUV112.55132.77141.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=37.29%
G=28.53%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210112100.230.080.48321.2913.345.69
Hex846579017830141d2e
Octal20414517102710605011556
Binary100001001100101111100101011110001100001010000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846579; }

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

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

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

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

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

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

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

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