#835979

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

Shades of Trendy Pink #835979

Tints of Trendy Pink #835979

Color information

#835979 (or 0x835979) is unknown color: approx Trendy Pink. HEX triplet: 83, 59 and 79. RGB value is (131,89,121). Sum of RGB (Red+Green+Blue) = 131+89+121=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #835979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835979 is #7CA686. Grayscale: #696969. Windows color (decimal): -8169095 or 7952771. OLE color: 7952771.

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

Color convert

RGB13189121-
CMYK00.320.080.49
HSL314.29º19.09%43.14%-
HSV(B)314.29º32.06%51.37%-
XYZ16.3813.3519.8-
YUV105.21136.91146.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=38.42%
G=26.10%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318912100.320.080.49314.2919.0943.14
Hex83597902083113a132b
Octal20313117104010614722353
Binary10000011101100111110010100000100011000110011101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835979; }

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

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

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

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

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

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

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

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