#834F7F

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

Shades of Trendy Pink #834F7F

Tints of Trendy Pink #834F7F

Color information

#834F7F (or 0x834F7F) is unknown color: approx Trendy Pink. HEX triplet: 83, 4F and 7F. RGB value is (131,79,127). Sum of RGB (Red+Green+Blue) = 131+79+127=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #834F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F7F is #7CB080. Grayscale: #636363. Windows color (decimal): -8171649 or 8343427. OLE color: 8343427.

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

Color convert

RGB13179127-
CMYK00.400.030.49
HSL304.62º24.76%41.18%-
HSV(B)304.62º39.69%51.37%-
XYZ15.9911.9521.54-
YUV100.02143.23150.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 127 (50% from 255) = 37.69%
R=38.87%
G=23.44%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317912700.400.030.49304.6224.7641.18
Hex834F7F0283311311929
Octal2031171770503614613151
Binary100000111001111111111101010001111000110011000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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