#818384

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

Shades of Aluminium #818384

Tints of Aluminium #818384

Color information

#818384 (or 0x818384) is unknown color: approx Aluminium. HEX triplet: 81, 83 and 84. RGB value is (129,131,132). Sum of RGB (Red+Green+Blue) = 129+131+132=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 132 - color contains mainly: blue. Hex color #818384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818384 is #7E7C7B. Grayscale: #828282. Windows color (decimal): -8289404 or 8684417. OLE color: 8684417.

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

Color convert

RGB129131132-
CMYK0.020.0100.48
HSL200º1.2%51.18%-
HSV(B)200º2.27%51.76%-
XYZ21.3322.5725.06-
YUV130.52128.84126.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=32.91%
G=33.42%
B=33.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291311320.020.0100.482001.251.18
Hex81838421030c8133
Octal20120320421060310163
Binary1000000110000011100001001010110000110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818384; }

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

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

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

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

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

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

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

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