#826073

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

Shades of Strikemaster #826073

Tints of Strikemaster #826073

Color information

#826073 (or 0x826073) is unknown color: approx Strikemaster. HEX triplet: 82, 60 and 73. RGB value is (130,96,115). Sum of RGB (Red+Green+Blue) = 130+96+115=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #826073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826073 is #7D9F8C. Grayscale: #6C6C6C. Windows color (decimal): -8232845 or 7561346. OLE color: 7561346.

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

Color convert

RGB13096115-
CMYK00.260.120.49
HSL326.47º15.04%44.31%-
HSV(B)326.47º26.15%50.98%-
XYZ16.4814.3518.12-
YUV108.33131.76143.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=38.12%
G=28.15%
B=33.72%

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
Decimal1309611500.260.120.49326.4715.0444.31
Hex82607301AC31146f2c
Octal20214016303214615061754
Binary100000101100000111001101101011001100011010001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826073; }

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

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

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

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

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

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

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

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