#854179

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

Shades of Trendy Pink #854179

Tints of Trendy Pink #854179

Color information

#854179 (or 0x854179) is unknown color: approx Trendy Pink. HEX triplet: 85, 41 and 79. RGB value is (133,65,121). Sum of RGB (Red+Green+Blue) = 133+65+121=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854179 is #7ABE86. Grayscale: #5B5B5B. Windows color (decimal): -8044167 or 7946629. OLE color: 7946629.

HSL color Cylindrical-coordinate representation of color #854179: hue angle of 310.59º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854179 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13365121-
CMYK00.510.090.48
HSL310.59º34.34%38.82%-
HSV(B)310.59º51.13%52.16%-
XYZ15.0110.1519.26-
YUV91.72144.53157.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=41.69%
G=20.38%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336512100.510.090.48310.5934.3438.82
Hex8541790339301372227
Octal20510117106311604674247
Binary100001011000001111100101100111001110000100110111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854179; }

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

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

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

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

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

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

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

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