#85434E

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

Shades of Solid Pink #85434E

Tints of Solid Pink #85434E

Color information

#85434E (or 0x85434E) is unknown color: approx Solid Pink. HEX triplet: 85, 43 and 4E. RGB value is (133,67,78). Sum of RGB (Red+Green+Blue) = 133+67+78=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85434E is #7ABCB1. Grayscale: #585858. Windows color (decimal): -8043698 or 5129093. OLE color: 5129093.

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

Color convert

RGB1336778-
CMYK00.500.410.48
HSL350º33%39.22%-
HSV(B)350º49.62%52.16%-
XYZ13.069.558.36-
YUV87.99122.37160.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=47.84%
G=24.10%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133677800.500.410.483503339.22
Hex85434E032293015e2127
Octal20510311606251605364147
Binary10000101100001110011100110010101001110000101011110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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