#826072

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

Shades of Strikemaster #826072

Tints of Strikemaster #826072

Color information

#826072 (or 0x826072) is unknown color: approx Strikemaster. HEX triplet: 82, 60 and 72. RGB value is (130,96,114). Sum of RGB (Red+Green+Blue) = 130+96+114=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #826072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826072 is #7D9F8D. Grayscale: #6C6C6C. Windows color (decimal): -8232846 or 7495810. OLE color: 7495810.

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

Color convert

RGB13096114-
CMYK00.260.120.49
HSL328.24º15.04%44.31%-
HSV(B)328.24º26.15%50.98%-
XYZ16.4314.3317.82-
YUV108.22131.26143.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=38.24%
G=28.24%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309611400.260.120.49328.2415.0444.31
Hex82607201AC31148f2c
Octal20214016203214615101754
Binary100000101100000111001001101011001100011010010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826072; }

 p { color: rgb(130,96,114); }

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

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

 a { background-color: rgb(130,96,114); }

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

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

 span { border-color: rgb(130,96,114); }

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