#85494C

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

Shades of Solid Pink #85494C

Tints of Solid Pink #85494C

Color information

#85494C (or 0x85494C) is unknown color: approx Solid Pink. HEX triplet: 85, 49 and 4C. RGB value is (133,73,76). Sum of RGB (Red+Green+Blue) = 133+73+76=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85494C is #7AB6B3. Grayscale: #5B5B5B. Windows color (decimal): -8042164 or 4999557. OLE color: 4999557.

HSL color Cylindrical-coordinate representation of color #85494C: hue angle of 357º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85494C is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1337376-
CMYK00.450.430.48
HSL357º29.13%40.39%-
HSV(B)357º45.11%52.16%-
XYZ13.3610.278.12-
YUV91.28119.38157.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=47.16%
G=25.89%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133737600.450.430.4835729.1340.39
Hex85494C02D2B301651d28
Octal20511111405553605453550
Binary1000010110010011001100010110110101111000010110010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85494C; }

 p { color: rgb(133,73,76); }

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

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

 a { background-color: rgb(133,73,76); }

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

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

 span { border-color: rgb(133,73,76); }

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