#835379

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

Shades of Trendy Pink #835379

Tints of Trendy Pink #835379

Color information

#835379 (or 0x835379) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 79. RGB value is (131,83,121). Sum of RGB (Red+Green+Blue) = 131+83+121=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #835379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835379 is #7CAC86. Grayscale: #656565. Windows color (decimal): -8170631 or 7951235. OLE color: 7951235.

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

Color convert

RGB13183121-
CMYK00.370.080.49
HSL312.5º22.43%41.96%-
HSV(B)312.5º36.64%51.37%-
XYZ15.912.3919.64-
YUV101.68138.9148.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=39.10%
G=24.78%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318312100.370.080.49312.522.4341.96
Hex835379025831138162a
Octal20312317104510614702652
Binary10000011101001111110010100101100011000110011100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835379; }

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

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

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

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

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

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

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

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