#82527A

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

Shades of Trendy Pink #82527A

Tints of Trendy Pink #82527A

Color information

#82527A (or 0x82527A) is unknown color: approx Trendy Pink. HEX triplet: 82, 52 and 7A. RGB value is (130,82,122). Sum of RGB (Red+Green+Blue) = 130+82+122=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #82527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82527A is #7DAD85. Grayscale: #646464. Windows color (decimal): -8236422 or 8016514. OLE color: 8016514.

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

Color convert

RGB13082122-
CMYK00.370.060.49
HSL310º22.64%41.57%-
HSV(B)310º36.92%50.98%-
XYZ15.7412.1919.94-
YUV100.91139.9148.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=38.92%
G=24.55%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308212200.370.060.4931022.6441.57
Hex82527A025631136172a
Octal2021221720456614662752
Binary1000001010100101111010010010111011000110011011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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