#825B7E

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

Shades of Trendy Pink #825B7E

Tints of Trendy Pink #825B7E

Color information

#825B7E (or 0x825B7E) is unknown color: approx Trendy Pink. HEX triplet: 82, 5B and 7E. RGB value is (130,91,126). Sum of RGB (Red+Green+Blue) = 130+91+126=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #825B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B7E is #7DA481. Grayscale: #6A6A6A. Windows color (decimal): -8234114 or 8280962. OLE color: 8280962.

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

Color convert

RGB13091126-
CMYK00.300.030.49
HSL306.15º17.65%43.33%-
HSV(B)306.15º30%50.98%-
XYZ16.7113.7321.51-
YUV106.65138.92144.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=37.46%
G=26.22%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309112600.300.030.49306.1517.6543.33
Hex825B7E01E331132122b
Octal2021331760363614622253
Binary10000010101101111111100111101111000110011001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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