#825785

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

Shades of Trendy Pink #825785

Tints of Trendy Pink #825785

Color information

#825785 (or 0x825785) is unknown color: approx Trendy Pink. HEX triplet: 82, 57 and 85. RGB value is (130,87,133). Sum of RGB (Red+Green+Blue) = 130+87+133=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #825785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825785 is #7DA87A. Grayscale: #686868. Windows color (decimal): -8235131 or 8738690. OLE color: 8738690.

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

Color convert

RGB13087133-
CMYK0.020.3500.48
HSL296.09º20.91%43.14%-
HSV(B)296.09º34.59%52.16%-
XYZ16.8513.2623.86-
YUV105.1143.75145.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 133 (52.34% from 255) = 38%
R=37.14%
G=24.86%
B=38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130871330.020.3500.48296.0920.9143.14
Hex825785223030128152b
Octal2021272052430604502553
Binary1000001010101111000010110100011011000010010100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825785; }

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

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

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

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

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

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

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

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