#82567D

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

Shades of Trendy Pink #82567D

Tints of Trendy Pink #82567D

Color information

#82567D (or 0x82567D) is unknown color: approx Trendy Pink. HEX triplet: 82, 56 and 7D. RGB value is (130,86,125). Sum of RGB (Red+Green+Blue) = 130+86+125=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82567D is #7DA982. Grayscale: #676767. Windows color (decimal): -8235395 or 8214146. OLE color: 8214146.

HSL color Cylindrical-coordinate representation of color #82567D: hue angle of 306.82º 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 #82567D is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13086125-
CMYK00.340.040.49
HSL306.82º20.37%42.35%-
HSV(B)306.82º33.85%50.98%-
XYZ16.2412.8821.03-
YUV103.6140.08146.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=38.12%
G=25.22%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308612500.340.040.49306.8220.3742.35
Hex82567D022431133142a
Octal2021261750424614632452
Binary1000001010101101111101010001010011000110011001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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