#825F85

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

Shades of Trendy Pink #825F85

Tints of Trendy Pink #825F85

Color information

#825F85 (or 0x825F85) is unknown color: approx Trendy Pink. HEX triplet: 82, 5F and 85. RGB value is (130,95,133). Sum of RGB (Red+Green+Blue) = 130+95+133=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #825F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825F85 is #7DA07A. Grayscale: #6D6D6D. Windows color (decimal): -8233083 or 8740738. OLE color: 8740738.

HSL color Cylindrical-coordinate representation of color #825F85: hue angle of 295.26º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825F85 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13095133-
CMYK0.020.2900.48
HSL295.26º16.67%44.71%-
HSV(B)295.26º28.57%52.16%-
XYZ17.5314.6224.09-
YUV109.8141.1142.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=36.31%
G=26.54%
B=37.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130951330.020.2900.48295.2616.6744.71
Hex825F8521D030127112d
Octal2021372052350604472155
Binary100000101011111100001011011101011000010010011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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