#82494A

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

Shades of Solid Pink #82494A

Tints of Solid Pink #82494A

Color information

#82494A (or 0x82494A) is unknown color: approx Solid Pink. HEX triplet: 82, 49 and 4A. RGB value is (130,73,74). Sum of RGB (Red+Green+Blue) = 130+73+74=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82494A is #7DB6B5. Grayscale: #5A5A5A. Windows color (decimal): -8238774 or 4868482. OLE color: 4868482.

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

Color convert

RGB1307374-
CMYK00.440.430.49
HSL358.95º28.08%39.8%-
HSV(B)358.95º43.85%50.98%-
XYZ12.8210.017.73-
YUV90.16118.88156.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=46.93%
G=26.35%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130737400.440.430.49358.9528.0839.8
Hex82494A02C2B311671c28
Octal20211111205453615473450
Binary1000001010010011001010010110010101111000110110011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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