#828281

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

Shades of Jumbo #828281

Tints of Jumbo #828281

Color information

#828281 (or 0x828281) is unknown color: approx Jumbo. HEX triplet: 82, 82 and 81. RGB value is (130,130,129). Sum of RGB (Red+Green+Blue) = 130+130+129=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828281 is #7D7D7E. Grayscale: #818181. Windows color (decimal): -8224127 or 8487554. OLE color: 8487554.

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

Color convert

RGB130130129-
CMYK000.010.49
HSL60º0.4%50.78%-
HSV(B)60º0.77%50.98%-
XYZ21.1522.323.96-
YUV129.89127.5128.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130129000.010.49600.450.78
Hex828281001313c033
Octal2022022010016174063
Binary1000001010000010100000010011100011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828281; }

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

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

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

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

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

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

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

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