#835879

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

Shades of Trendy Pink #835879

Tints of Trendy Pink #835879

Color information

#835879 (or 0x835879) is unknown color: approx Trendy Pink. HEX triplet: 83, 58 and 79. RGB value is (131,88,121). Sum of RGB (Red+Green+Blue) = 131+88+121=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #835879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835879 is #7CA786. Grayscale: #686868. Windows color (decimal): -8169351 or 7952515. OLE color: 7952515.

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

Color convert

RGB13188121-
CMYK00.330.080.49
HSL313.95º19.63%42.94%-
HSV(B)313.95º32.82%51.37%-
XYZ16.313.1919.78-
YUV104.62137.25146.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=38.53%
G=25.88%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318812100.330.080.49313.9519.6342.94
Hex83587902183113a142b
Octal20313017104110614722453
Binary10000011101100011110010100001100011000110011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835879; }

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

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

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

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

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

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

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

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