#854D7A

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

Shades of Trendy Pink #854D7A

Tints of Trendy Pink #854D7A

Color information

#854D7A (or 0x854D7A) is unknown color: approx Trendy Pink. HEX triplet: 85, 4D and 7A. RGB value is (133,77,122). Sum of RGB (Red+Green+Blue) = 133+77+122=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #854D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D7A is #7AB285. Grayscale: #626262. Windows color (decimal): -8041094 or 8015237. OLE color: 8015237.

HSL color Cylindrical-coordinate representation of color #854D7A: hue angle of 311.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D7A is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13377122-
CMYK00.420.080.48
HSL311.79º26.67%41.18%-
HSV(B)311.79º42.11%52.16%-
XYZ15.8411.719.84-
YUV98.87141.05152.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=40.06%
G=23.19%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337712200.420.080.48311.7926.6741.18
Hex854D7A02A8301381b29
Octal20511517205210604703351
Binary10000101100110111110100101010100011000010011100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854D7A; }

 p { color: rgb(133,77,122); }

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

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

 a { background-color: rgb(133,77,122); }

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

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

 span { border-color: rgb(133,77,122); }

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