#825B85

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

Shades of Trendy Pink #825B85

Tints of Trendy Pink #825B85

Color information

#825B85 (or 0x825B85) is unknown color: approx Trendy Pink. HEX triplet: 82, 5B and 85. RGB value is (130,91,133). Sum of RGB (Red+Green+Blue) = 130+91+133=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #825B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825B85 is #7DA47A. Grayscale: #6B6B6B. Windows color (decimal): -8234107 or 8739714. OLE color: 8739714.

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

Color convert

RGB13091133-
CMYK0.020.3200.48
HSL295.71º18.75%43.92%-
HSV(B)295.71º31.58%52.16%-
XYZ17.1813.9223.97-
YUV107.45142.42144.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=36.72%
G=25.71%
B=37.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130911330.020.3200.48295.7118.7543.92
Hex825B85220030128132c
Octal2021332052400604502354
Binary1000001010110111000010110100000011000010010100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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