#85494F

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

Shades of Solid Pink #85494F

Tints of Solid Pink #85494F

Color information

#85494F (or 0x85494F) is unknown color: approx Solid Pink. HEX triplet: 85, 49 and 4F. RGB value is (133,73,79). Sum of RGB (Red+Green+Blue) = 133+73+79=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #85494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85494F is #7AB6B0. Grayscale: #5B5B5B. Windows color (decimal): -8042161 or 5196165. OLE color: 5196165.

HSL color Cylindrical-coordinate representation of color #85494F: hue angle of 354º 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 #85494F is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1337379-
CMYK00.450.410.48
HSL354º29.13%40.39%-
HSV(B)354º45.11%52.16%-
XYZ13.4710.328.68-
YUV91.62120.88157.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=46.67%
G=25.61%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133737900.450.410.4835429.1340.39
Hex85494F02D29301621d28
Octal20511111705551605423550
Binary1000010110010011001111010110110100111000010110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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