#835873

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

Shades of Strikemaster #835873

Tints of Strikemaster #835873

Color information

#835873 (or 0x835873) is unknown color: approx Strikemaster. HEX triplet: 83, 58 and 73. RGB value is (131,88,115). Sum of RGB (Red+Green+Blue) = 131+88+115=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #835873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835873 is #7CA78C. Grayscale: #676767. Windows color (decimal): -8169357 or 7559299. OLE color: 7559299.

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

Color convert

RGB13188115-
CMYK00.330.120.49
HSL322.33º19.63%42.94%-
HSV(B)322.33º32.82%51.37%-
XYZ15.9413.0417.9-
YUV103.93134.25147.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=39.22%
G=26.35%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318811500.330.120.49322.3319.6342.94
Hex835873021C31142142b
Octal20313016304114615022453
Binary10000011101100011100110100001110011000110100001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835873; }

 p { color: rgb(131,88,115); }

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

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

 a { background-color: rgb(131,88,115); }

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

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

 span { border-color: rgb(131,88,115); }

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