#826075

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

Shades of Strikemaster #826075

Tints of Strikemaster #826075

Color information

#826075 (or 0x826075) is unknown color: approx Strikemaster. HEX triplet: 82, 60 and 75. RGB value is (130,96,117). Sum of RGB (Red+Green+Blue) = 130+96+117=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #826075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826075 is #7D9F8A. Grayscale: #6C6C6C. Windows color (decimal): -8232843 or 7692418. OLE color: 7692418.

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

Color convert

RGB13096117-
CMYK00.260.10.49
HSL322.94º15.04%44.31%-
HSV(B)322.94º26.15%50.98%-
XYZ16.614.418.73-
YUV108.56132.76143.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=37.90%
G=27.99%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309611700.260.10.49322.9415.0444.31
Hex82607501AA31143f2c
Octal20214016503212615031754
Binary100000101100000111010101101010101100011010000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826075; }

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

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

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

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

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

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

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

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