#855079

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

Shades of Trendy Pink #855079

Tints of Trendy Pink #855079

Color information

#855079 (or 0x855079) is unknown color: approx Trendy Pink. HEX triplet: 85, 50 and 79. RGB value is (133,80,121). Sum of RGB (Red+Green+Blue) = 133+80+121=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855079 is #7AAF86. Grayscale: #646464. Windows color (decimal): -8040327 or 7950469. OLE color: 7950469.

HSL color Cylindrical-coordinate representation of color #855079: hue angle of 313.58º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855079 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13380121-
CMYK00.400.090.48
HSL313.58º24.88%41.76%-
HSV(B)313.58º39.85%52.16%-
XYZ15.9912.119.58-
YUV100.52139.56151.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=39.82%
G=23.95%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338012100.400.090.48313.5824.8841.76
Hex85507902893013a192a
Octal20512017105011604723152
Binary10000101101000011110010101000100111000010011101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855079; }

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

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

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

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

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

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

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

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