#825C7B

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

Shades of Trendy Pink #825C7B

Tints of Trendy Pink #825C7B

Color information

#825C7B (or 0x825C7B) is unknown color: approx Trendy Pink. HEX triplet: 82, 5C and 7B. RGB value is (130,92,123). Sum of RGB (Red+Green+Blue) = 130+92+123=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #825C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C7B is #7DA384. Grayscale: #6A6A6A. Windows color (decimal): -8233861 or 8084610. OLE color: 8084610.

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

Color convert

RGB13092123-
CMYK00.290.050.49
HSL311.05º17.12%43.53%-
HSV(B)311.05º29.23%50.98%-
XYZ16.6113.8320.53-
YUV106.9137.09144.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=37.68%
G=26.67%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309212300.290.050.49311.0517.1243.53
Hex825C7B01D531137112c
Octal2021341730355614672154
Binary100000101011100111101101110110111000110011011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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