#854474

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

Shades of Trendy Pink #854474

Tints of Trendy Pink #854474

Color information

#854474 (or 0x854474) is unknown color: approx Trendy Pink. HEX triplet: 85, 44 and 74. RGB value is (133,68,116). Sum of RGB (Red+Green+Blue) = 133+68+116=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854474 is #7ABB8B. Grayscale: #5C5C5C. Windows color (decimal): -8043404 or 7619717. OLE color: 7619717.

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

Color convert

RGB13368116-
CMYK00.490.130.48
HSL315.69º32.34%39.41%-
HSV(B)315.69º48.87%52.16%-
XYZ14.8910.3817.74-
YUV92.91141.03156.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=41.96%
G=21.45%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336811600.490.130.48315.6932.3439.41
Hex854474031D3013c2027
Octal20510416406115604744047
Binary100001011000100111010001100011101110000100111100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854474; }

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

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

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

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

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

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

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

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