#836274

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

Shades of Strikemaster #836274

Tints of Strikemaster #836274

Color information

#836274 (or 0x836274) is unknown color: approx Strikemaster. HEX triplet: 83, 62 and 74. RGB value is (131,98,116). Sum of RGB (Red+Green+Blue) = 131+98+116=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #836274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836274 is #7C9D8B. Grayscale: #6D6D6D. Windows color (decimal): -8166796 or 7627395. OLE color: 7627395.

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

Color convert

RGB13198116-
CMYK00.250.110.49
HSL327.27º14.41%44.9%-
HSV(B)327.27º25.19%51.37%-
XYZ16.8814.8218.49-
YUV109.92131.43143.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=37.97%
G=28.41%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319811600.250.110.49327.2714.4144.9
Hex836274019B31147e2d
Octal20314216403113615071655
Binary100000111100010111010001100110111100011010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836274; }

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

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

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

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

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

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

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

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