#834F79

Color #834F79 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #834F79

Tints of Trendy Pink #834F79

Color information

#834F79 (or 0x834F79) is unknown color: approx Trendy Pink. HEX triplet: 83, 4F and 79. RGB value is (131,79,121). Sum of RGB (Red+Green+Blue) = 131+79+121=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #834F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F79 is #7CB086. Grayscale: #636363. Windows color (decimal): -8171655 or 7950211. OLE color: 7950211.

HSL color Cylindrical-coordinate representation of color #834F79: hue angle of 311.54º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834F79 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13179121-
CMYK00.400.080.49
HSL311.54º24.76%41.18%-
HSV(B)311.54º39.69%51.37%-
XYZ15.6111.819.54-
YUV99.34140.23150.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 121 (47.66% from 255) = 36.56%
R=39.58%
G=23.87%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317912100.400.080.49311.5424.7641.18
Hex834F790288311381929
Octal20311717105010614703151
Binary10000011100111111110010101000100011000110011100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834F79; }

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

 H1.HeaderClassName
 {
   color: #834F79;
 }
 .AnyTagClassName
 {
   color: #834F79;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #834F79;
 }
 .BgClassName
 {
   background-color: #834F79;
 }
</style>
border-color css

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

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

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