#82597A

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

Shades of Trendy Pink #82597A

Tints of Trendy Pink #82597A

Color information

#82597A (or 0x82597A) is unknown color: approx Trendy Pink. HEX triplet: 82, 59 and 7A. RGB value is (130,89,122). Sum of RGB (Red+Green+Blue) = 130+89+122=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82597A is #7DA685. Grayscale: #686868. Windows color (decimal): -8234630 or 8018306. OLE color: 8018306.

HSL color Cylindrical-coordinate representation of color #82597A: hue angle of 311.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82597A is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13089122-
CMYK00.320.060.49
HSL311.71º18.72%42.94%-
HSV(B)311.71º31.54%50.98%-
XYZ16.2913.320.12-
YUV105.02137.58145.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=38.12%
G=26.10%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308912200.320.060.49311.7118.7242.94
Hex82597A020631138132b
Octal2021311720406614702353
Binary1000001010110011111010010000011011000110011100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,89,122); }

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

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

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

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

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

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

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