#826375

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

Shades of Strikemaster #826375

Tints of Strikemaster #826375

Color information

#826375 (or 0x826375) is unknown color: approx Strikemaster. HEX triplet: 82, 63 and 75. RGB value is (130,99,117). Sum of RGB (Red+Green+Blue) = 130+99+117=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826375 is #7D9C8A. Grayscale: #6E6E6E. Windows color (decimal): -8232075 or 7693186. OLE color: 7693186.

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

Color convert

RGB13099117-
CMYK00.240.10.49
HSL325.16º13.54%44.9%-
HSV(B)325.16º23.85%50.98%-
XYZ16.8814.9518.83-
YUV110.32131.77142.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=37.57%
G=28.61%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309911700.240.10.49325.1613.5444.9
Hex826375018A31145e2d
Octal20214316503012615051655
Binary100000101100011111010101100010101100011010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826375; }

 p { color: rgb(130,99,117); }

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

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

 a { background-color: rgb(130,99,117); }

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

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

 span { border-color: rgb(130,99,117); }

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