#834379

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

Shades of Trendy Pink #834379

Tints of Trendy Pink #834379

Color information

#834379 (or 0x834379) is unknown color: approx Trendy Pink. HEX triplet: 83, 43 and 79. RGB value is (131,67,121). Sum of RGB (Red+Green+Blue) = 131+67+121=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #834379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834379 is #7CBC86. Grayscale: #5C5C5C. Windows color (decimal): -8174727 or 7947139. OLE color: 7947139.

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

Color convert

RGB13167121-
CMYK00.490.080.49
HSL309.38º32.32%38.82%-
HSV(B)309.38º48.85%51.37%-
XYZ14.8210.2219.28-
YUV92.29144.2155.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=41.07%
G=21.00%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316712100.490.080.49309.3832.3238.82
Hex8343790318311352027
Octal20310317106110614654047
Binary100000111000011111100101100011000110001100110101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834379; }

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

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

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

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

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

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

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

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