#854677

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

Shades of Trendy Pink #854677

Tints of Trendy Pink #854677

Color information

#854677 (or 0x854677) is unknown color: approx Trendy Pink. HEX triplet: 85, 46 and 77. RGB value is (133,70,119). Sum of RGB (Red+Green+Blue) = 133+70+119=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #854677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854677 is #7AB988. Grayscale: #5E5E5E. Windows color (decimal): -8042889 or 7816837. OLE color: 7816837.

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

Color convert

RGB13370119-
CMYK00.470.110.48
HSL313.33º31.03%39.8%-
HSV(B)313.33º47.37%52.16%-
XYZ15.1910.718.72-
YUV94.42141.87155.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=41.30%
G=21.74%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337011900.470.110.48313.3331.0339.8
Hex85467702FB301391f28
Octal20510616705713604713750
Binary10000101100011011101110101111101111000010011100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854677; }

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

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

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

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

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

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

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

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