#828081

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

Shades of Venus #828081

Tints of Venus #828081

Color information

#828081 (or 0x828081) is unknown color: approx Venus. HEX triplet: 82, 80 and 81. RGB value is (130,128,129). Sum of RGB (Red+Green+Blue) = 130+128+129=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 130 - color contains mainly: red. Hex color #828081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828081 is #7D7F7E. Grayscale: #808080. Windows color (decimal): -8224639 or 8487042. OLE color: 8487042.

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

Color convert

RGB130128129-
CMYK00.020.010.49
HSL330º0.79%50.59%-
HSV(B)330º1.54%50.98%-
XYZ20.8921.7723.87-
YUV128.71128.16128.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=33.59%
G=33.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012812900.020.010.493300.7950.59
Hex8280810213114a133
Octal20220020102161512163
Binary10000010100000001000000101011100011010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828081; }

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

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

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

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

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

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

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

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