#854675

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

Shades of Trendy Pink #854675

Tints of Trendy Pink #854675

Color information

#854675 (or 0x854675) is unknown color: approx Trendy Pink. HEX triplet: 85, 46 and 75. RGB value is (133,70,117). Sum of RGB (Red+Green+Blue) = 133+70+117=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854675 is #7AB98A. Grayscale: #5E5E5E. Windows color (decimal): -8042891 or 7685765. OLE color: 7685765.

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

Color convert

RGB13370117-
CMYK00.470.120.48
HSL315.24º31.03%39.8%-
HSV(B)315.24º47.37%52.16%-
XYZ15.0710.6518.09-
YUV94.2140.87155.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=41.56%
G=21.88%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337011700.470.120.48315.2431.0339.8
Hex85467502FC3013b1f28
Octal20510616505714604733750
Binary10000101100011011101010101111110011000010011101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854675; }

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

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

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

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

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

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

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

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