#854576

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

Shades of Trendy Pink #854576

Tints of Trendy Pink #854576

Color information

#854576 (or 0x854576) is unknown color: approx Trendy Pink. HEX triplet: 85, 45 and 76. RGB value is (133,69,118). Sum of RGB (Red+Green+Blue) = 133+69+118=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854576 is #7ABA89. Grayscale: #5D5D5D. Windows color (decimal): -8043146 or 7751045. OLE color: 7751045.

HSL color Cylindrical-coordinate representation of color #854576: hue angle of 314.06º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854576 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13369118-
CMYK00.480.110.48
HSL314.06º31.68%39.61%-
HSV(B)314.06º48.12%52.16%-
XYZ15.0710.5518.38-
YUV93.72141.7156.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=41.56%
G=21.56%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336911800.480.110.48314.0631.6839.61
Hex854576030B3013a2028
Octal20510516606013604724050
Binary100001011000101111011001100001011110000100111010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854576; }

 p { color: rgb(133,69,118); }

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

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

 a { background-color: rgb(133,69,118); }

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

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

 span { border-color: rgb(133,69,118); }

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