#854879

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

Shades of Trendy Pink #854879

Tints of Trendy Pink #854879

Color information

#854879 (or 0x854879) is unknown color: approx Trendy Pink. HEX triplet: 85, 48 and 79. RGB value is (133,72,121). Sum of RGB (Red+Green+Blue) = 133+72+121=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #854879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854879 is #7AB786. Grayscale: #5F5F5F. Windows color (decimal): -8042375 or 7948421. OLE color: 7948421.

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

Color convert

RGB13372121-
CMYK00.460.090.48
HSL311.8º29.76%40.2%-
HSV(B)311.8º45.86%52.16%-
XYZ15.441119.4-
YUV95.82142.21154.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=40.80%
G=22.09%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337212100.460.090.48311.829.7640.2
Hex85487902E9301381e28
Octal20511017105611604703650
Binary10000101100100011110010101110100111000010011100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854879; }

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

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

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

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

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

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

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

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