#82494F

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

Shades of Solid Pink #82494F

Tints of Solid Pink #82494F

Color information

#82494F (or 0x82494F) is unknown color: approx Solid Pink. HEX triplet: 82, 49 and 4F. RGB value is (130,73,79). Sum of RGB (Red+Green+Blue) = 130+73+79=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #82494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82494F is #7DB6B0. Grayscale: #5A5A5A. Windows color (decimal): -8238769 or 5196162. OLE color: 5196162.

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

Color convert

RGB1307379-
CMYK00.440.390.49
HSL353.68º28.08%39.8%-
HSV(B)353.68º43.85%50.98%-
XYZ1310.088.66-
YUV90.73121.38156.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=46.10%
G=25.89%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130737900.440.390.49353.6828.0839.8
Hex82494F02C27311621c28
Octal20211111705447615423450
Binary1000001010010011001111010110010011111000110110001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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