#854575

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

Shades of Trendy Pink #854575

Tints of Trendy Pink #854575

Color information

#854575 (or 0x854575) is unknown color: approx Trendy Pink. HEX triplet: 85, 45 and 75. RGB value is (133,69,117). Sum of RGB (Red+Green+Blue) = 133+69+117=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854575 is #7ABA8A. Grayscale: #5D5D5D. Windows color (decimal): -8043147 or 7685509. OLE color: 7685509.

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

Color convert

RGB13369117-
CMYK00.480.120.48
HSL315º31.68%39.61%-
HSV(B)315º48.12%52.16%-
XYZ15.0110.5318.07-
YUV93.61141.2156.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=41.69%
G=21.63%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336911700.480.120.4831531.6839.61
Hex854575030C3013b2028
Octal20510516506014604734050
Binary100001011000101111010101100001100110000100111011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854575; }

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

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

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

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

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

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

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

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