#82527C

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

Shades of Trendy Pink #82527C

Tints of Trendy Pink #82527C

Color information

#82527C (or 0x82527C) is unknown color: approx Trendy Pink. HEX triplet: 82, 52 and 7C. RGB value is (130,82,124). Sum of RGB (Red+Green+Blue) = 130+82+124=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82527C is #7DAD83. Grayscale: #656565. Windows color (decimal): -8236420 or 8147586. OLE color: 8147586.

HSL color Cylindrical-coordinate representation of color #82527C: hue angle of 307.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82527C is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13082124-
CMYK00.370.050.49
HSL307.5º22.64%41.57%-
HSV(B)307.5º36.92%50.98%-
XYZ15.8612.2420.59-
YUV101.14140.9148.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=38.69%
G=24.40%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308212400.370.050.49307.522.6441.57
Hex82527C025531134172a
Octal2021221740455614642752
Binary1000001010100101111100010010110111000110011010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82527C; }

 p { color: rgb(130,82,124); }

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

<style>
 a { background-color: #82527C; }

 a { background-color: rgb(130,82,124); }

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

<style>
 span { border-color: #82527C; }

 span { border-color: rgb(130,82,124); }

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