#835875

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

Shades of Strikemaster #835875

Tints of Strikemaster #835875

Color information

#835875 (or 0x835875) is unknown color: approx Strikemaster. HEX triplet: 83, 58 and 75. RGB value is (131,88,117). Sum of RGB (Red+Green+Blue) = 131+88+117=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #835875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835875 is #7CA78A. Grayscale: #686868. Windows color (decimal): -8169355 or 7690371. OLE color: 7690371.

HSL color Cylindrical-coordinate representation of color #835875: hue angle of 319.53º 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 #835875 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13188117-
CMYK00.330.110.49
HSL319.53º19.63%42.94%-
HSV(B)319.53º32.82%51.37%-
XYZ16.0613.0918.51-
YUV104.16135.25147.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=38.99%
G=26.19%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318811700.330.110.49319.5319.6342.94
Hex835875021B31140142b
Octal20313016504113615002453
Binary10000011101100011101010100001101111000110100000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835875; }

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

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

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

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

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

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

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

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