#85617E

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

Shades of Trendy Pink #85617E

Tints of Trendy Pink #85617E

Color information

#85617E (or 0x85617E) is unknown color: approx Trendy Pink. HEX triplet: 85, 61 and 7E. RGB value is (133,97,126). Sum of RGB (Red+Green+Blue) = 133+97+126=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85617E is #7A9E81. Grayscale: #6E6E6E. Windows color (decimal): -8035970 or 8282501. OLE color: 8282501.

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

Color convert

RGB13397126-
CMYK00.270.050.48
HSL311.67º15.65%45.1%-
HSV(B)311.67º27.07%52.16%-
XYZ17.7115.0421.71-
YUV111.07136.43143.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=37.36%
G=27.25%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339712600.270.050.48311.6715.6545.1
Hex85617E01B530138102d
Octal2051411760335604702055
Binary100001011100001111111001101110111000010011100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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