#82494D

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

Shades of Solid Pink #82494D

Tints of Solid Pink #82494D

Color information

#82494D (or 0x82494D) is unknown color: approx Solid Pink. HEX triplet: 82, 49 and 4D. RGB value is (130,73,77). Sum of RGB (Red+Green+Blue) = 130+73+77=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82494D is #7DB6B2. Grayscale: #5A5A5A. Windows color (decimal): -8238771 or 5065090. OLE color: 5065090.

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

Color convert

RGB1307377-
CMYK00.440.410.49
HSL355.79º28.08%39.8%-
HSV(B)355.79º43.85%50.98%-
XYZ12.9310.058.28-
YUV90.5120.38156.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=46.43%
G=26.07%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130737700.440.410.49355.7928.0839.8
Hex82494D02C29311641c28
Octal20211111505451615443450
Binary1000001010010011001101010110010100111000110110010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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