#828181

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

Shades of Grey #828181

Tints of Grey #828181

Color information

#828181 (or 0x828181) is unknown color: approx Grey. HEX triplet: 82, 81 and 81. RGB value is (130,129,129). Sum of RGB (Red+Green+Blue) = 130+129+129=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 130 - color contains mainly: red. Hex color #828181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828181 is #7D7E7E. Grayscale: #818181. Windows color (decimal): -8224383 or 8487298. OLE color: 8487298.

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

Color convert

RGB130129129-
CMYK00.010.010.49
HSL0.4%50.78%-
HSV(B)0.77%50.98%-
XYZ21.0222.0323.91-
YUV129.3127.83128.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=33.51%
G=33.25%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012912900.010.010.4900.450.78
Hex828181011310033
Octal202201201011610063
Binary10000010100000011000000101111000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828181; }

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

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

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

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

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

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

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

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