Html Css Color HEX #835279 Trendy Pink

📋 copy color: '#835279'

red 131 ◦ green 82 ◦ blue 121

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

Shades of Trendy Pink #835279

Tints of Trendy Pink #835279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.55%

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

R = 39.22%
G = 24.55%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#835279 (or 0x835279) is known color: Trendy Pink. HEX triplet: 83, 52 and 79. RGB value is (131,82,121). Sum of RGB (Red+Green+Blue) = 131+82+121=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #835279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835279 is #7CAD86. Grayscale: #646464. Windows color (decimal): -8170887 or 7950979. OLE color: 7950979.

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

Color convert

RGB 131 82 121 -
CMYK 0 0.37 0.08 0.49
HSL 312.24º 0.23% 0.42% -
HSV(B) 312.24º 0.37% 0.51% -
XYZ 15.83 12.24 19.62 -
YUV 101.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 131 82 121 0 0.37 0.08 0.49 312.24 0.23 0.42
Hex 83 52 79 0 25 8 31 138 17 2A
Octal 203 122 171 0 45 10 61 470 27 52
Binary 10000011 1010010 1111001 0 100101 1000 110001 100111000 10111 101010

Color Harmonies of #835279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835279

Black with #835279

Text Example


Text Example

White with #835279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835279; }

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

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

background-color css

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

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

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

border-color css

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

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

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