Html Css Color HEX #825579 Trendy Pink

📋 copy color: '#825579'

red 130 ◦ green 85 ◦ blue 121

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

Shades of Trendy Pink #825579

Tints of Trendy Pink #825579

RGB

 RED value IS 130 (51.17% from 255) = 38.69%

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 38.69%
G = 25.3%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#825579 (or 0x825579) is known color: Trendy Pink. HEX triplet: 82, 55 and 79. RGB value is (130,85,121). Sum of RGB (Red+Green+Blue) = 130+85+121=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #825579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825579 is #7DAA86. Grayscale: #666666. Windows color (decimal): -8235655 or 7951746. OLE color: 7951746.

HSL color Cylindrical-coordinate representation of color #825579: hue angle of 312º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825579 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 121 -
CMYK 0 0.35 0.07 0.49
HSL 312º 0.21% 0.42% -
HSV(B) 312º 0.35% 0.51% -
XYZ 15.91 12.62 19.69 -
YUV 102.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 130 85 121 0 0.35 0.07 0.49 312 0.21 0.42
Hex 82 55 79 0 23 7 31 138 15 2A
Octal 202 125 171 0 43 7 61 470 25 52
Binary 10000010 1010101 1111001 0 100011 111 110001 100111000 10101 101010

Color Harmonies of #825579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825579

Black with #825579

Text Example


Text Example

White with #825579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825579; }

 p { color: rgb(130,85,121); }

 H1.HeaderClassName
 {
   color: #825579;
 }
 .AnyTagClassName
 {
   color: #825579;
 }
</style>

background-color css

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

 a { background-color: rgb(130,85,121); }

 div.DivClassName
 {
   background-color: #825579;
 }
 .BgClassName
 {
   background-color: #825579;
 }
</style>

border-color css

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

 span { border-color: rgb(130,85,121); }

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