#825E85

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

Shades of Trendy Pink #825E85

Tints of Trendy Pink #825E85

Color information

#825E85 (or 0x825E85) is unknown color: approx Trendy Pink. HEX triplet: 82, 5E and 85. RGB value is (130,94,133). Sum of RGB (Red+Green+Blue) = 130+94+133=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #825E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825E85 is #7DA17A. Grayscale: #6D6D6D. Windows color (decimal): -8233339 or 8740482. OLE color: 8740482.

HSL color Cylindrical-coordinate representation of color #825E85: hue angle of 295.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825E85 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13094133-
CMYK0.020.2900.48
HSL295.38º17.18%44.51%-
HSV(B)295.38º29.32%52.16%-
XYZ17.4414.4424.06-
YUV109.21141.43142.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=36.41%
G=26.33%
B=37.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130941330.020.2900.48295.3817.1844.51
Hex825E8521D030127112d
Octal2021362052350604472155
Binary100000101011110100001011011101011000010010011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,94,133); }

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

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

 a { background-color: rgb(130,94,133); }

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

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

 span { border-color: rgb(130,94,133); }

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