#82494C

Color #82494C Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #82494C

Tints of Solid Pink #82494C

Color information

#82494C (or 0x82494C) is unknown color: approx Solid Pink. HEX triplet: 82, 49 and 4C. RGB value is (130,73,76). Sum of RGB (Red+Green+Blue) = 130+73+76=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82494C is #7DB6B3. Grayscale: #5A5A5A. Windows color (decimal): -8238772 or 4999554. OLE color: 4999554.

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

Color convert

RGB1307376-
CMYK00.440.420.49
HSL356.84º28.08%39.8%-
HSV(B)356.84º43.85%50.98%-
XYZ12.8910.038.09-
YUV90.38119.88156.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=46.59%
G=26.16%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130737600.440.420.49356.8428.0839.8
Hex82494C02C2A311651c28
Octal20211111405452615453450
Binary1000001010010011001100010110010101011000110110010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82494C; }

 p { color: rgb(130,73,76); }

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

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

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

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

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

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

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