#835975

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

Shades of Strikemaster #835975

Tints of Strikemaster #835975

Color information

#835975 (or 0x835975) is unknown color: approx Strikemaster. HEX triplet: 83, 59 and 75. RGB value is (131,89,117). Sum of RGB (Red+Green+Blue) = 131+89+117=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #835975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835975 is #7CA68A. Grayscale: #686868. Windows color (decimal): -8169099 or 7690627. OLE color: 7690627.

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

Color convert

RGB13189117-
CMYK00.320.110.49
HSL320º19.09%43.14%-
HSV(B)320º32.06%51.37%-
XYZ16.1413.2518.54-
YUV104.75134.91146.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=38.87%
G=26.41%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318911700.320.110.4932019.0943.14
Hex835975020B31140132b
Octal20313116504013615002353
Binary10000011101100111101010100000101111000110100000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835975; }

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

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

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

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

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

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

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

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