#825F7C

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

Shades of Trendy Pink #825F7C

Tints of Trendy Pink #825F7C

Color information

#825F7C (or 0x825F7C) is unknown color: approx Trendy Pink. HEX triplet: 82, 5F and 7C. RGB value is (130,95,124). Sum of RGB (Red+Green+Blue) = 130+95+124=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #825F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F7C is #7DA083. Grayscale: #6C6C6C. Windows color (decimal): -8233092 or 8150914. OLE color: 8150914.

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

Color convert

RGB13095124-
CMYK00.270.050.49
HSL310.29º15.56%44.12%-
HSV(B)310.29º26.92%50.98%-
XYZ16.9414.3920.95-
YUV108.77136.6143.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=37.25%
G=27.22%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309512400.270.050.49310.2915.5644.12
Hex825F7C01B531136102c
Octal2021371740335614662054
Binary100000101011111111110001101110111000110011011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,95,124); }

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

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

 a { background-color: rgb(130,95,124); }

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

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

 span { border-color: rgb(130,95,124); }

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