#85494B

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

Shades of Solid Pink #85494B

Tints of Solid Pink #85494B

Color information

#85494B (or 0x85494B) is unknown color: approx Solid Pink. HEX triplet: 85, 49 and 4B. RGB value is (133,73,75). Sum of RGB (Red+Green+Blue) = 133+73+75=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85494B is #7AB6B4. Grayscale: #5B5B5B. Windows color (decimal): -8042165 or 4934021. OLE color: 4934021.

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

Color convert

RGB1337375-
CMYK00.450.440.48
HSL358º29.13%40.39%-
HSV(B)358º45.11%52.16%-
XYZ13.3310.267.93-
YUV91.17118.88157.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=47.33%
G=25.98%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133737500.450.440.4835829.1340.39
Hex85494B02D2C301661d28
Octal20511111305554605463550
Binary1000010110010011001011010110110110011000010110011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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