#85464F

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

Shades of Solid Pink #85464F

Tints of Solid Pink #85464F

Color information

#85464F (or 0x85464F) is unknown color: approx Solid Pink. HEX triplet: 85, 46 and 4F. RGB value is (133,70,79). Sum of RGB (Red+Green+Blue) = 133+70+79=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85464F is #7AB9B0. Grayscale: #595959. Windows color (decimal): -8042929 or 5195397. OLE color: 5195397.

HSL color Cylindrical-coordinate representation of color #85464F: hue angle of 351.43º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85464F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1337079-
CMYK00.470.410.48
HSL351.43º31.03%39.8%-
HSV(B)351.43º47.37%52.16%-
XYZ13.279.938.61-
YUV89.86121.87158.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=47.16%
G=24.82%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133707900.470.410.48351.4331.0339.8
Hex85464F02F293015f1f28
Octal20510611705751605373750
Binary1000010110001101001111010111110100111000010101111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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