#85434D

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

Shades of Solid Pink #85434D

Tints of Solid Pink #85434D

Color information

#85434D (or 0x85434D) is unknown color: approx Solid Pink. HEX triplet: 85, 43 and 4D. RGB value is (133,67,77). Sum of RGB (Red+Green+Blue) = 133+67+77=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85434D is #7ABCB2. Grayscale: #575757. Windows color (decimal): -8043699 or 5063557. OLE color: 5063557.

HSL color Cylindrical-coordinate representation of color #85434D: hue angle of 350.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85434D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1336777-
CMYK00.500.420.48
HSL350.91º33%39.22%-
HSV(B)350.91º49.62%52.16%-
XYZ13.029.548.18-
YUV87.87121.87160.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=48.01%
G=24.19%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133677700.500.420.48350.913339.22
Hex85434D0322A3015f2127
Octal20510311506252605374147
Binary10000101100001110011010110010101010110000101011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85434D; }

 p { color: rgb(133,67,77); }

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

<style>
 a { background-color: #85434D; }

 a { background-color: rgb(133,67,77); }

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

<style>
 span { border-color: #85434D; }

 span { border-color: rgb(133,67,77); }

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