#85617D

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

Shades of Trendy Pink #85617D

Tints of Trendy Pink #85617D

Color information

#85617D (or 0x85617D) is unknown color: approx Trendy Pink. HEX triplet: 85, 61 and 7D. RGB value is (133,97,125). Sum of RGB (Red+Green+Blue) = 133+97+125=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85617D is #7A9E82. Grayscale: #6E6E6E. Windows color (decimal): -8035971 or 8216965. OLE color: 8216965.

HSL color Cylindrical-coordinate representation of color #85617D: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85617D is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13397125-
CMYK00.270.060.48
HSL313.33º15.65%45.1%-
HSV(B)313.33º27.07%52.16%-
XYZ17.6515.0221.37-
YUV110.96135.93143.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=37.46%
G=27.32%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339712500.270.060.48313.3315.6545.1
Hex85617D01B630139102d
Octal2051411750336604712055
Binary100001011100001111110101101111011000010011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85617D; }

 p { color: rgb(133,97,125); }

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

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

 a { background-color: rgb(133,97,125); }

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

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

 span { border-color: rgb(133,97,125); }

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