Html Css Color HEX #825F85 Trendy Pink

📋 copy color: '#825F85'

red 130 ◦ green 95 ◦ blue 133

#825F85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #825F85

Tints of Trendy Pink #825F85

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 value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#825F85 (or 0x825F85) is known color: 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

RGB 130 95 133 -
CMYK 0.02 0.29 0 0.48
HSL 295.26º 0.17% 0.45% -
HSV(B) 295.26º 0.29% 0.52% -
XYZ 17.53 14.62 24.09 -
YUV 109.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 130 95 133 0.02 0.29 0 0.48 295.26 0.17 0.45
Hex 82 5F 85 2 1D 0 30 127 11 2D
Octal 202 137 205 2 35 0 60 447 21 55
Binary 10000010 1011111 10000101 10 11101 0 110000 100100111 10001 101101

Color Harmonies of #825F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F85

Black with #825F85

Text Example


Text Example

White with #825F85

Text Example


Text Example

HTML Codes & Css Web 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>