#82587F

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

Shades of Trendy Pink #82587F

Tints of Trendy Pink #82587F

Color information

#82587F (or 0x82587F) is unknown color: approx Trendy Pink. HEX triplet: 82, 58 and 7F. RGB value is (130,88,127). Sum of RGB (Red+Green+Blue) = 130+88+127=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #82587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82587F is #7DA780. Grayscale: #686868. Windows color (decimal): -8234881 or 8345730. OLE color: 8345730.

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

Color convert

RGB13088127-
CMYK00.320.020.49
HSL304.29º19.27%42.75%-
HSV(B)304.29º32.31%50.98%-
XYZ16.5313.2621.77-
YUV105140.41145.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 127 (50% from 255) = 36.81%
R=37.68%
G=25.51%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308812700.320.020.49304.2919.2742.75
Hex82587F020231130132b
Octal2021301770402614602353
Binary100000101011000111111101000001011000110011000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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