#828180

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

Shades of Schooner #828180

Tints of Schooner #828180

Color information

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

HSL color Cylindrical-coordinate representation of color #828180: hue angle of 30º 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 #828180 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB130129128-
CMYK00.010.020.49
HSL30º0.79%50.59%-
HSV(B)30º1.54%50.98%-
XYZ20.952223.57-
YUV129.18127.33128.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012912800.010.020.49300.7950.59
Hex828180012311e133
Octal2022012000126136163
Binary1000001010000001100000000110110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828180; }

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

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

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

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

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

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

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

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