#825787

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

Shades of Trendy Pink #825787

Tints of Trendy Pink #825787

Color information

#825787 (or 0x825787) is unknown color: approx Trendy Pink. HEX triplet: 82, 57 and 87. RGB value is (130,87,135). Sum of RGB (Red+Green+Blue) = 130+87+135=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #825787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825787 is #7DA878. Grayscale: #696969. Windows color (decimal): -8235129 or 8869762. OLE color: 8869762.

HSL color Cylindrical-coordinate representation of color #825787: hue angle of 293.75º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825787 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13087135-
CMYK0.040.3600.47
HSL293.75º21.62%43.53%-
HSV(B)293.75º35.56%52.94%-
XYZ16.9913.3124.6-
YUV105.33144.75145.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=36.93%
G=24.72%
B=38.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130871350.040.3600.47293.7521.6243.53
Hex82578742402F126162c
Octal2021272074440574462654
Binary10000010101011110000111100100100010111110010011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825787; }

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

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

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

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

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

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

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

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