#835674

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

Shades of Strikemaster #835674

Tints of Strikemaster #835674

Color information

#835674 (or 0x835674) is unknown color: approx Strikemaster. HEX triplet: 83, 56 and 74. RGB value is (131,86,116). Sum of RGB (Red+Green+Blue) = 131+86+116=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835674 is #7CA98B. Grayscale: #666666. Windows color (decimal): -8169868 or 7624323. OLE color: 7624323.

HSL color Cylindrical-coordinate representation of color #835674: hue angle of 320º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835674 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13186116-
CMYK00.340.110.49
HSL320º20.74%42.55%-
HSV(B)320º34.35%51.37%-
XYZ15.8412.7418.15-
YUV102.88135.41148.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=39.34%
G=25.83%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318611600.340.110.4932020.7442.55
Hex835674022B31140152b
Octal20312616404213615002553
Binary10000011101011011101000100010101111000110100000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835674; }

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

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

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

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

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

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

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

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