Html Css Color HEX #835579 Trendy Pink

📋 copy color: '#835579'

red 131 ◦ green 85 ◦ blue 121

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

Shades of Trendy Pink #835579

Tints of Trendy Pink #835579

RGB

 RED value IS 131 (51.56% from 255) = 38.87%

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

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

R = 38.87%
G = 25.22%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#835579 (or 0x835579) is known color: Trendy Pink. HEX triplet: 83, 55 and 79. RGB value is (131,85,121). Sum of RGB (Red+Green+Blue) = 131+85+121=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #835579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835579 is #7CAA86. Grayscale: #666666. Windows color (decimal): -8170119 or 7951747. OLE color: 7951747.

HSL color Cylindrical-coordinate representation of color #835579: hue angle of 313.04º 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 #835579 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 121 -
CMYK 0 0.35 0.08 0.49
HSL 313.04º 0.21% 0.42% -
HSV(B) 313.04º 0.35% 0.51% -
XYZ 16.06 12.7 19.69 -
YUV 102.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 131 85 121 0 0.35 0.08 0.49 313.04 0.21 0.42
Hex 83 55 79 0 23 8 31 139 15 2A
Octal 203 125 171 0 43 10 61 471 25 52
Binary 10000011 1010101 1111001 0 100011 1000 110001 100111001 10101 101010

Color Harmonies of #835579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835579

Black with #835579

Text Example


Text Example

White with #835579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835579; }

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

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

background-color css

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

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

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

border-color css

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

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

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