#825B7F

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

Shades of Trendy Pink #825B7F

Tints of Trendy Pink #825B7F

Color information

#825B7F (or 0x825B7F) is unknown color: approx Trendy Pink. HEX triplet: 82, 5B and 7F. RGB value is (130,91,127). Sum of RGB (Red+Green+Blue) = 130+91+127=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #825B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B7F is #7DA480. Grayscale: #6A6A6A. Windows color (decimal): -8234113 or 8346498. OLE color: 8346498.

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

Color convert

RGB13091127-
CMYK00.300.020.49
HSL304.62º17.65%43.33%-
HSV(B)304.62º30%50.98%-
XYZ16.7813.7621.85-
YUV106.76139.42144.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 127 (50% from 255) = 36.49%
R=37.36%
G=26.15%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309112700.300.020.49304.6217.6543.33
Hex825B7F01E231131122b
Octal2021331770362614612253
Binary10000010101101111111110111101011000110011000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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