#825985

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

Shades of Trendy Pink #825985

Tints of Trendy Pink #825985

Color information

#825985 (or 0x825985) is unknown color: approx Trendy Pink. HEX triplet: 82, 59 and 85. RGB value is (130,89,133). Sum of RGB (Red+Green+Blue) = 130+89+133=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #825985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825985 is #7DA67A. Grayscale: #6A6A6A. Windows color (decimal): -8234619 or 8739202. OLE color: 8739202.

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

Color convert

RGB13089133-
CMYK0.020.3300.48
HSL295.91º19.82%43.53%-
HSV(B)295.91º33.08%52.16%-
XYZ17.0113.5823.92-
YUV106.28143.08144.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=36.93%
G=25.28%
B=37.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130891330.020.3300.48295.9119.8243.53
Hex825985221030128142c
Octal2021312052410604502454
Binary1000001010110011000010110100001011000010010100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825985; }

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

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

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

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

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

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

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

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