#835078

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

Shades of Trendy Pink #835078

Tints of Trendy Pink #835078

Color information

#835078 (or 0x835078) is unknown color: approx Trendy Pink. HEX triplet: 83, 50 and 78. RGB value is (131,80,120). Sum of RGB (Red+Green+Blue) = 131+80+120=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #835078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835078 is #7CAF87. Grayscale: #636363. Windows color (decimal): -8171400 or 7884931. OLE color: 7884931.

HSL color Cylindrical-coordinate representation of color #835078: hue angle of 312.94º 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 #835078 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13180120-
CMYK00.390.080.49
HSL312.94º24.17%41.37%-
HSV(B)312.94º38.93%51.37%-
XYZ15.6211.9219.25-
YUV99.81139.4150.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=39.58%
G=24.17%
B=36.25%

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
Decimal1318012000.390.080.49312.9424.1741.37
Hex8350780278311391829
Octal20312017004710614713051
Binary10000011101000011110000100111100011000110011100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835078; }

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

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

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

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

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

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

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

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