#825C7D

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

Shades of Trendy Pink #825C7D

Tints of Trendy Pink #825C7D

Color information

#825C7D (or 0x825C7D) is unknown color: approx Trendy Pink. HEX triplet: 82, 5C and 7D. RGB value is (130,92,125). Sum of RGB (Red+Green+Blue) = 130+92+125=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #825C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C7D is #7DA382. Grayscale: #6B6B6B. Windows color (decimal): -8233859 or 8215682. OLE color: 8215682.

HSL color Cylindrical-coordinate representation of color #825C7D: hue angle of 307.89º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C7D is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13092125-
CMYK00.290.040.49
HSL307.89º17.12%43.53%-
HSV(B)307.89º29.23%50.98%-
XYZ16.7313.8821.2-
YUV107.12138.09144.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=37.46%
G=26.51%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309212500.290.040.49307.8917.1243.53
Hex825C7D01D431134112c
Octal2021341750354614642154
Binary100000101011100111110101110110011000110011010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,125); }

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

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

 a { background-color: rgb(130,92,125); }

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

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

 span { border-color: rgb(130,92,125); }

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