#818181

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

Shades of Grey #818181

Tints of Grey #818181

Color information

#818181 (or 0x818181) is unknown color: approx Grey. HEX triplet: 81, 81 and 81. RGB value is (129,129,129). Sum of RGB (Red+Green+Blue) = 129+129+129=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 129 - color contains mainly: red, green, blue. Hex color #818181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818181 is #7E7E7E. Grayscale: #818181. Windows color (decimal): -8289919 or 8487297. OLE color: 8487297.

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

Color convert

RGB129129129-
CMYK0000.49
HSL0%50.59%-
HSV(B)0%50.59%-
XYZ20.8721.9523.91-
YUV129128128-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291291290000.490050.59
Hex818181000310033
Octal201201201000610063
Binary10000001100000011000000100011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818181; }

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

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

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

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

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

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

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

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