#854774

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

Shades of Trendy Pink #854774

Tints of Trendy Pink #854774

Color information

#854774 (or 0x854774) is unknown color: approx Trendy Pink. HEX triplet: 85, 47 and 74. RGB value is (133,71,116). Sum of RGB (Red+Green+Blue) = 133+71+116=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854774 is #7AB88B. Grayscale: #5E5E5E. Windows color (decimal): -8042636 or 7620485. OLE color: 7620485.

HSL color Cylindrical-coordinate representation of color #854774: hue angle of 316.45º degrees, saturation: 0.3, 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 #854774 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13371116-
CMYK00.470.130.48
HSL316.45º30.39%40%-
HSV(B)316.45º46.62%52.16%-
XYZ15.0810.7517.8-
YUV94.67140.04155.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=41.56%
G=22.19%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337111600.470.130.48316.4530.3940
Hex85477402FD3013c1e28
Octal20510716405715604743650
Binary10000101100011111101000101111110111000010011110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854774; }

 p { color: rgb(133,71,116); }

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

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

 a { background-color: rgb(133,71,116); }

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

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

 span { border-color: rgb(133,71,116); }

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