#82587A

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

Shades of Trendy Pink #82587A

Tints of Trendy Pink #82587A

Color information

#82587A (or 0x82587A) is unknown color: approx Trendy Pink. HEX triplet: 82, 58 and 7A. RGB value is (130,88,122). Sum of RGB (Red+Green+Blue) = 130+88+122=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82587A is #7DA785. Grayscale: #686868. Windows color (decimal): -8234886 or 8018050. OLE color: 8018050.

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

Color convert

RGB13088122-
CMYK00.320.060.49
HSL311.43º19.27%42.75%-
HSV(B)311.43º32.31%50.98%-
XYZ16.2113.1320.09-
YUV104.43137.91146.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=38.24%
G=25.88%
B=35.88%

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
Decimal1308812200.320.060.49311.4319.2742.75
Hex82587A020631137132b
Octal2021301720406614672353
Binary1000001010110001111010010000011011000110011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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