#836574

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

Shades of Strikemaster #836574

Tints of Strikemaster #836574

Color information

#836574 (or 0x836574) is unknown color: approx Strikemaster. HEX triplet: 83, 65 and 74. RGB value is (131,101,116). Sum of RGB (Red+Green+Blue) = 131+101+116=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #836574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836574 is #7C9A8B. Grayscale: #6F6F6F. Windows color (decimal): -8166028 or 7628163. OLE color: 7628163.

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

Color convert

RGB131101116-
CMYK00.230.110.49
HSL330º12.93%45.49%-
HSV(B)330º22.9%51.37%-
XYZ17.1715.3918.59-
YUV111.68130.44141.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=37.64%
G=29.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110111600.230.110.4933012.9345.49
Hex836574017B3114ad2d
Octal20314516402713615121555
Binary100000111100101111010001011110111100011010010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836574; }

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

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

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

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

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

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

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

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