#854877

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

Shades of Trendy Pink #854877

Tints of Trendy Pink #854877

Color information

#854877 (or 0x854877) is unknown color: approx Trendy Pink. HEX triplet: 85, 48 and 77. RGB value is (133,72,119). Sum of RGB (Red+Green+Blue) = 133+72+119=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #854877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854877 is #7AB788. Grayscale: #5F5F5F. Windows color (decimal): -8042377 or 7817349. OLE color: 7817349.

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

Color convert

RGB13372119-
CMYK00.460.110.48
HSL313.77º29.76%40.2%-
HSV(B)313.77º45.86%52.16%-
XYZ15.3210.9518.76-
YUV95.6141.21154.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=41.05%
G=22.22%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337211900.460.110.48313.7729.7640.2
Hex85487702EB3013a1e28
Octal20511016705613604723650
Binary10000101100100011101110101110101111000010011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854877; }

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

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

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

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

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

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

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

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