#825A79

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

Shades of Trendy Pink #825A79

Tints of Trendy Pink #825A79

Color information

#825A79 (or 0x825A79) is unknown color: approx Trendy Pink. HEX triplet: 82, 5A and 79. RGB value is (130,90,121). Sum of RGB (Red+Green+Blue) = 130+90+121=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #825A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A79 is #7DA586. Grayscale: #696969. Windows color (decimal): -8234375 or 7953026. OLE color: 7953026.

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

Color convert

RGB13090121-
CMYK00.310.070.49
HSL313.5º18.18%43.14%-
HSV(B)313.5º30.77%50.98%-
XYZ16.3113.4419.82-
YUV105.49136.75145.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=38.12%
G=26.39%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309012100.310.070.49313.518.1843.14
Hex825A7901F73113a122b
Octal2021321710377614722253
Binary100000101011010111100101111111111000110011101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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