#835079

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

Shades of Trendy Pink #835079

Tints of Trendy Pink #835079

Color information

#835079 (or 0x835079) is unknown color: approx Trendy Pink. HEX triplet: 83, 50 and 79. RGB value is (131,80,121). Sum of RGB (Red+Green+Blue) = 131+80+121=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #835079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835079 is #7CAF86. Grayscale: #636363. Windows color (decimal): -8171399 or 7950467. OLE color: 7950467.

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

Color convert

RGB13180121-
CMYK00.390.080.49
HSL311.76º24.17%41.37%-
HSV(B)311.76º38.93%51.37%-
XYZ15.6811.9419.57-
YUV99.92139.9150.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=39.46%
G=24.10%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318012100.390.080.49311.7624.1741.37
Hex8350790278311381829
Octal20312017104710614703051
Binary10000011101000011110010100111100011000110011100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835079; }

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

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

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

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

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

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

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

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