#825a7f

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

Shades of Trendy Pink #825A7F

Tints of Trendy Pink #825A7F

Color information

#825A7F (or 0x825A7F) is unknown color: approx Trendy Pink. HEX triplet: 82, 5A and 7F. RGB value is (130,90,127). Sum of RGB (Red+Green+Blue) = 130+90+127=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #825A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A7F is #7DA580. Grayscale: #6A6A6A. Windows color (decimal): -8234369 or 8346242. OLE color: 8346242.

HSL color Cylindrical-coordinate representation of color #825A7F: hue angle of 304.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 #825A7F is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13090127-
CMYK00.310.020.49
HSL304.5º18.18%43.14%-
HSV(B)304.5º30.77%50.98%-
XYZ16.6913.5921.82-
YUV106.18139.75144.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 127 (50% from 255) = 36.60%
R=37.46%
G=25.94%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309012700.310.020.49304.518.1843.14
Hex825A7F01F231130122b
Octal2021321770372614602253
Binary10000010101101011111110111111011000110011000010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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