Html Css Color HEX #835179 Trendy Pink

📋 copy color: '#835179'

red 131 ◦ green 81 ◦ blue 121

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

Shades of Trendy Pink #835179

Tints of Trendy Pink #835179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.32%

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

R = 39.34%
G = 24.32%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#835179 (or 0x835179) is known color: Trendy Pink. HEX triplet: 83, 51 and 79. RGB value is (131,81,121). Sum of RGB (Red+Green+Blue) = 131+81+121=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835179 is #7CAE86. Grayscale: #646464. Windows color (decimal): -8171143 or 7950723. OLE color: 7950723.

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

Color convert

RGB 131 81 121 -
CMYK 0 0.38 0.08 0.49
HSL 312º 0.24% 0.42% -
HSV(B) 312º 0.38% 0.51% -
XYZ 15.75 12.09 19.59 -
YUV 100.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 131 81 121 0 0.38 0.08 0.49 312 0.24 0.42
Hex 83 51 79 0 26 8 31 138 18 2A
Octal 203 121 171 0 46 10 61 470 30 52
Binary 10000011 1010001 1111001 0 100110 1000 110001 100111000 11000 101010

Color Harmonies of #835179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835179

Black with #835179

Text Example


Text Example

White with #835179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835179; }

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

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

background-color css

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

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

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

border-color css

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

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

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