#834F75

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

Shades of Trendy Pink #834F75

Tints of Trendy Pink #834F75

Color information

#834F75 (or 0x834F75) is unknown color: approx Trendy Pink. HEX triplet: 83, 4F and 75. RGB value is (131,79,117). Sum of RGB (Red+Green+Blue) = 131+79+117=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #834F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F75 is #7CB08A. Grayscale: #626262. Windows color (decimal): -8171659 or 7688067. OLE color: 7688067.

HSL color Cylindrical-coordinate representation of color #834F75: hue angle of 316.15º 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 #834F75 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13179117-
CMYK00.400.110.49
HSL316.15º24.76%41.18%-
HSV(B)316.15º39.69%51.37%-
XYZ15.3711.718.28-
YUV98.88138.23150.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 79 (31.25% from 255) = 24.16%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=40.06%
G=24.16%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317911700.400.110.49316.1524.7641.18
Hex834F75028B3113c1929
Octal20311716505013614743151
Binary10000011100111111101010101000101111000110011110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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