#82567C

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

Shades of Trendy Pink #82567C

Tints of Trendy Pink #82567C

Color information

#82567C (or 0x82567C) is unknown color: approx Trendy Pink. HEX triplet: 82, 56 and 7C. RGB value is (130,86,124). Sum of RGB (Red+Green+Blue) = 130+86+124=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82567C is #7DA983. Grayscale: #676767. Windows color (decimal): -8235396 or 8148610. OLE color: 8148610.

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

Color convert

RGB13086124-
CMYK00.340.050.49
HSL308.18º20.37%42.35%-
HSV(B)308.18º33.85%50.98%-
XYZ16.1712.8620.7-
YUV103.49139.58146.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=38.24%
G=25.29%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308612400.340.050.49308.1820.3742.35
Hex82567C022531134142a
Octal2021261740425614642452
Binary1000001010101101111100010001010111000110011010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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