#826276

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

Shades of Strikemaster #826276

Tints of Strikemaster #826276

Color information

#826276 (or 0x826276) is unknown color: approx Strikemaster. HEX triplet: 82, 62 and 76. RGB value is (130,98,118). Sum of RGB (Red+Green+Blue) = 130+98+118=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826276 is #7D9D89. Grayscale: #6D6D6D. Windows color (decimal): -8232330 or 7758466. OLE color: 7758466.

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

Color convert

RGB13098118-
CMYK00.250.090.49
HSL322.5º14.04%44.71%-
HSV(B)322.5º24.62%50.98%-
XYZ16.8414.7919.11-
YUV109.85132.6142.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=37.57%
G=28.32%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309811800.250.090.49322.514.0444.71
Hex826276019931142e2d
Octal20214216603111615021655
Binary100000101100010111011001100110011100011010000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826276; }

 p { color: rgb(130,98,118); }

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

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

 a { background-color: rgb(130,98,118); }

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

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

 span { border-color: rgb(130,98,118); }

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