#85464C

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

Shades of Solid Pink #85464C

Tints of Solid Pink #85464C

Color information

#85464C (or 0x85464C) is unknown color: approx Solid Pink. HEX triplet: 85, 46 and 4C. RGB value is (133,70,76). Sum of RGB (Red+Green+Blue) = 133+70+76=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85464C is #7AB9B3. Grayscale: #595959. Windows color (decimal): -8042932 or 4998789. OLE color: 4998789.

HSL color Cylindrical-coordinate representation of color #85464C: hue angle of 354.29º 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 #85464C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1337076-
CMYK00.470.430.48
HSL354.29º31.03%39.8%-
HSV(B)354.29º47.37%52.16%-
XYZ13.179.898.05-
YUV89.52120.37159.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=47.67%
G=25.09%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133707600.470.430.48354.2931.0339.8
Hex85464C02F2B301621f28
Octal20510611405753605423750
Binary1000010110001101001100010111110101111000010110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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