#85517D

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

Shades of Trendy Pink #85517D

Tints of Trendy Pink #85517D

Color information

#85517D (or 0x85517D) is unknown color: approx Trendy Pink. HEX triplet: 85, 51 and 7D. RGB value is (133,81,125). Sum of RGB (Red+Green+Blue) = 133+81+125=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85517D is #7AAE82. Grayscale: #656565. Windows color (decimal): -8040067 or 8212869. OLE color: 8212869.

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

Color convert

RGB13381125-
CMYK00.390.060.48
HSL309.23º24.3%41.96%-
HSV(B)309.23º39.1%52.16%-
XYZ16.3212.3520.93-
YUV101.56141.23150.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=39.23%
G=23.89%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338112500.390.060.48309.2324.341.96
Hex85517D027630135182a
Octal2051211750476604653052
Binary1000010110100011111101010011111011000010011010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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