#855077

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

Shades of Trendy Pink #855077

Tints of Trendy Pink #855077

Color information

#855077 (or 0x855077) is unknown color: approx Trendy Pink. HEX triplet: 85, 50 and 77. RGB value is (133,80,119). Sum of RGB (Red+Green+Blue) = 133+80+119=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855077 is #7AAF88. Grayscale: #646464. Windows color (decimal): -8040329 or 7819397. OLE color: 7819397.

HSL color Cylindrical-coordinate representation of color #855077: hue angle of 315.85º 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 #855077 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13380119-
CMYK00.400.110.48
HSL315.85º24.88%41.76%-
HSV(B)315.85º39.85%52.16%-
XYZ15.8712.0618.94-
YUV100.29138.56151.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=40.06%
G=24.10%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338011900.400.110.48315.8524.8841.76
Hex855077028B3013c192a
Octal20512016705013604743152
Binary10000101101000011101110101000101111000010011110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855077; }

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

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

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

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

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

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

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

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