#855179

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

Shades of Trendy Pink #855179

Tints of Trendy Pink #855179

Color information

#855179 (or 0x855179) is unknown color: approx Trendy Pink. HEX triplet: 85, 51 and 79. RGB value is (133,81,121). Sum of RGB (Red+Green+Blue) = 133+81+121=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855179 is #7AAE86. Grayscale: #656565. Windows color (decimal): -8040071 or 7950725. OLE color: 7950725.

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

Color convert

RGB13381121-
CMYK00.390.090.48
HSL313.85º24.3%41.96%-
HSV(B)313.85º39.1%52.16%-
XYZ16.0712.2519.61-
YUV101.11139.23150.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=39.70%
G=24.18%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338112100.390.090.48313.8524.341.96
Hex85517902793013a182a
Octal20512117104711604723052
Binary10000101101000111110010100111100111000010011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855179; }

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

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

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

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

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

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

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

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