#825F80

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

Shades of Trendy Pink #825F80

Tints of Trendy Pink #825F80

Color information

#825F80 (or 0x825F80) is unknown color: approx Trendy Pink. HEX triplet: 82, 5F and 80. RGB value is (130,95,128). Sum of RGB (Red+Green+Blue) = 130+95+128=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #825F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825F80 is #7DA07F. Grayscale: #6D6D6D. Windows color (decimal): -8233088 or 8413058. OLE color: 8413058.

HSL color Cylindrical-coordinate representation of color #825F80: hue angle of 303.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F80 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13095128-
CMYK00.270.020.49
HSL303.43º15.56%44.12%-
HSV(B)303.43º26.92%50.98%-
XYZ17.1914.4922.31-
YUV109.23138.6142.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=36.83%
G=26.91%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309512800.270.020.49303.4315.5644.12
Hex825F8001B23112f102c
Octal2021372000332614572054
Binary100000101011111100000000110111011000110010111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825F80; }

 p { color: rgb(130,95,128); }

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

<style>
 a { background-color: #825F80; }

 a { background-color: rgb(130,95,128); }

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

<style>
 span { border-color: #825F80; }

 span { border-color: rgb(130,95,128); }

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