#854477

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

Shades of Trendy Pink #854477

Tints of Trendy Pink #854477

Color information

#854477 (or 0x854477) is unknown color: approx Trendy Pink. HEX triplet: 85, 44 and 77. RGB value is (133,68,119). Sum of RGB (Red+Green+Blue) = 133+68+119=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854477 is #7ABB88. Grayscale: #5D5D5D. Windows color (decimal): -8043401 or 7816325. OLE color: 7816325.

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

Color convert

RGB13368119-
CMYK00.490.110.48
HSL312.92º32.34%39.41%-
HSV(B)312.92º48.87%52.16%-
XYZ15.0710.4518.68-
YUV93.25142.53156.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=41.56%
G=21.25%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336811900.490.110.48312.9232.3439.41
Hex854477031B301392027
Octal20510416706113604714047
Binary100001011000100111011101100011011110000100111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854477; }

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

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

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

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

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

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

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

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