#825979

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

Shades of Trendy Pink #825979

Tints of Trendy Pink #825979

Color information

#825979 (or 0x825979) is unknown color: approx Trendy Pink. HEX triplet: 82, 59 and 79. RGB value is (130,89,121). Sum of RGB (Red+Green+Blue) = 130+89+121=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #825979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825979 is #7DA686. Grayscale: #686868. Windows color (decimal): -8234631 or 7952770. OLE color: 7952770.

HSL color Cylindrical-coordinate representation of color #825979: hue angle of 313.17º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #825979 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13089121-
CMYK00.320.070.49
HSL313.17º18.72%42.94%-
HSV(B)313.17º31.54%50.98%-
XYZ16.2313.2719.8-
YUV104.91137.08145.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=38.24%
G=26.18%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308912100.320.070.49313.1718.7242.94
Hex825979020731139132b
Octal2021311710407614712353
Binary1000001010110011111001010000011111000110011100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825979; }

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

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

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

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

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

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

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

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