#82816E

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

Shades of Schist #82816E

Tints of Schist #82816E

Color information

#82816E (or 0x82816E) is unknown color: approx Schist. HEX triplet: 82, 81 and 6E. RGB value is (130,129,110). Sum of RGB (Red+Green+Blue) = 130+129+110=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82816E is #7D7E91. Grayscale: #7F7F7F. Windows color (decimal): -8224402 or 7242114. OLE color: 7242114.

HSL color Cylindrical-coordinate representation of color #82816E: hue angle of 57º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82816E is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB130129110-
CMYK00.010.150.49
HSL57º8.33%47.06%-
HSV(B)57º15.38%50.98%-
XYZ19.8721.5717.87-
YUV127.13118.33130.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=35.23%
G=34.96%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012911000.010.150.49578.3347.06
Hex82816E01F313982f
Octal202201156011761711057
Binary100000101000000111011100111111100011110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82816E; }

 p { color: rgb(130,129,110); }

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

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

 a { background-color: rgb(130,129,110); }

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

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

 span { border-color: rgb(130,129,110); }

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