#835973

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

Shades of Strikemaster #835973

Tints of Strikemaster #835973

Color information

#835973 (or 0x835973) is unknown color: approx Strikemaster. HEX triplet: 83, 59 and 73. RGB value is (131,89,115). Sum of RGB (Red+Green+Blue) = 131+89+115=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #835973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835973 is #7CA68C. Grayscale: #686868. Windows color (decimal): -8169101 or 7559555. OLE color: 7559555.

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

Color convert

RGB13189115-
CMYK00.320.120.49
HSL322.86º19.09%43.14%-
HSV(B)322.86º32.06%51.37%-
XYZ16.0313.2117.92-
YUV104.52133.91146.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=39.10%
G=26.57%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318911500.320.120.49322.8619.0943.14
Hex835973020C31143132b
Octal20313116304014615032353
Binary10000011101100111100110100000110011000110100001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835973; }

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

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

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

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

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

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

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

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