#825B79

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

Shades of Trendy Pink #825B79

Tints of Trendy Pink #825B79

Color information

#825B79 (or 0x825B79) is unknown color: approx Trendy Pink. HEX triplet: 82, 5B and 79. RGB value is (130,91,121). Sum of RGB (Red+Green+Blue) = 130+91+121=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #825B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B79 is #7DA486. Grayscale: #6A6A6A. Windows color (decimal): -8234119 or 7953282. OLE color: 7953282.

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

Color convert

RGB13091121-
CMYK00.300.070.49
HSL313.85º17.65%43.33%-
HSV(B)313.85º30%50.98%-
XYZ16.413.6119.85-
YUV106.08136.42145.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=38.01%
G=26.61%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309112100.300.070.49313.8517.6543.33
Hex825B7901E73113a122b
Octal2021331710367614722253
Binary100000101011011111100101111011111000110011101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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