#854977

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

Shades of Trendy Pink #854977

Tints of Trendy Pink #854977

Color information

#854977 (or 0x854977) is unknown color: approx Trendy Pink. HEX triplet: 85, 49 and 77. RGB value is (133,73,119). Sum of RGB (Red+Green+Blue) = 133+73+119=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #854977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854977 is #7AB688. Grayscale: #606060. Windows color (decimal): -8042121 or 7817605. OLE color: 7817605.

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

Color convert

RGB13373119-
CMYK00.450.110.48
HSL314º29.13%40.39%-
HSV(B)314º45.11%52.16%-
XYZ15.3911.0818.78-
YUV96.18140.88154.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=40.92%
G=22.46%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337311900.450.110.4831429.1340.39
Hex85497702DB3013a1d28
Octal20511116705513604723550
Binary10000101100100111101110101101101111000010011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854977; }

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

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

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

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

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

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

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

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