#845674

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

Shades of Strikemaster #845674

Tints of Strikemaster #845674

Color information

#845674 (or 0x845674) is unknown color: approx Strikemaster. HEX triplet: 84, 56 and 74. RGB value is (132,86,116). Sum of RGB (Red+Green+Blue) = 132+86+116=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #845674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845674 is #7BA98B. Grayscale: #676767. Windows color (decimal): -8104332 or 7624324. OLE color: 7624324.

HSL color Cylindrical-coordinate representation of color #845674: hue angle of 320.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #845674 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13286116-
CMYK00.350.120.48
HSL320.87º21.1%42.75%-
HSV(B)320.87º34.85%51.76%-
XYZ1612.8218.15-
YUV103.17135.24148.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 116 (45.70% from 255) = 34.73%
R=39.52%
G=25.75%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328611600.350.120.48320.8721.142.75
Hex845674023C30141152b
Octal20412616404314605012553
Binary10000100101011011101000100011110011000010100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845674; }

 p { color: rgb(132,86,116); }

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

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

 a { background-color: rgb(132,86,116); }

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

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

 span { border-color: rgb(132,86,116); }

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