#826376

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

Shades of Strikemaster #826376

Tints of Strikemaster #826376

Color information

#826376 (or 0x826376) is unknown color: approx Strikemaster. HEX triplet: 82, 63 and 76. RGB value is (130,99,118). Sum of RGB (Red+Green+Blue) = 130+99+118=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826376 is #7D9C89. Grayscale: #6E6E6E. Windows color (decimal): -8232074 or 7758722. OLE color: 7758722.

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

Color convert

RGB13099118-
CMYK00.240.090.49
HSL323.23º13.54%44.9%-
HSV(B)323.23º23.85%50.98%-
XYZ16.9414.9819.14-
YUV110.44132.27141.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=37.46%
G=28.53%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309911800.240.090.49323.2313.5444.9
Hex826376018931143e2d
Octal20214316603011615031655
Binary100000101100011111011001100010011100011010000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826376; }

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

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

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

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

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

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

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

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